Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 Adding platform 64 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Feb 21, 2024
1 parent 2036cff commit bb1cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_Polaris
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
sh 'echo $VURL'
sh 'echo $TESTE_MODE'
sh 'echo $DSE_TEST_EXEC'
sh 'podman build --env=vtoken=$VTOKEN --env=vurl=$VURL --env=test_mode=$DSE_TEST_EXEC --env=teste=$TESTE --file=Dockerfile_Polaris .'
sh 'podman build --env=vtoken=$VTOKEN --env=vurl=$VURL --env=test_mode=$DSE_TEST_EXEC --env=teste=$TESTE --platform=linux/amd64 --file=Dockerfile_Polaris .'
}
}
}
Expand Down

0 comments on commit bb1cbd0

Please sign in to comment.