Skip to content

Commit

Permalink
fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Giona Righini committed Aug 3, 2024
1 parent cd2ffda commit dcb04b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'docker compose build --platform linux/arm64'
sh 'docker compose build'
}
}
stage('Test') {
Expand Down

0 comments on commit dcb04b6

Please sign in to comment.