Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 2, 2022
1 parent c6bbc95 commit 884176a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rockylinux/rockylinux:8.6
FROM --platform=linux/arm64 rockylinux/rockylinux:8.6

########################
### VERSION SETTINGS ###
Expand Down Expand Up @@ -46,7 +46,7 @@ LABEL Vendor="Internet2" \


ARG TARGETPLATFORM
ENV TARGETPLATFORM=linux/amd64
ENV TARGETPLATFORM=linux/arm64



Expand Down
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ pipeline {
// sh 'docker buildx create --use --name multiarch --append'
sh 'docker buildx inspect --bootstrap'
sh 'docker buildx ls'
sh 'docker buildx build --platform linux/amd64 -t shib-idp .'
// sh 'docker buildx build --platform linux/arm64 -t shib-idp:arm64 .'
// sh 'docker buildx build --platform linux/amd64 -t shib-idp .'
sh 'docker buildx build --platform linux/arm64 -t shib-idp:arm64 .'
//sh "docker buildx build --push --platform linux/arm64,linux/amd64 -t i2incommon/shib-idp:$tag ."
sh "docker buildx build --push --platform linux/amd64 -t i2incommon/shib-idp:$tag ."
sh "docker buildx build --push --platform linux/arm64 -t i2incommon/shib-idp:$tag ."
// test the environment
// sh 'cd test-compose && ./compose.sh'
// bring down after testing
Expand Down

0 comments on commit 884176a

Please sign in to comment.