Skip to content

Commit

Permalink
add in amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Nov 2, 2022
1 parent 5f7458d commit a0dd539
Showing 1 changed file with 3 additions and 3 deletions.
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/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/arm64 -t i2incommon/shib-idp:$tag ."
sh "docker buildx build --push --platform linux/arm64,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 a0dd539

Please sign in to comment.