Skip to content

Commit

Permalink
test: split build
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jan 31, 2025
1 parent e26a45b commit e00ac80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pipeline {
sh script: "make -j$NPROC -O build", label: "Building images"
retry(3) {
sh script: 'docker login -u amazeeiojenkins -p $PASSWORD', label: "Docker login"
sh script: "make -j$NPROC -O build PLATFORM_ARCH=linux/arm64", label: "Building arm images"
sh script: "make -O publish-testlagoon-images PUBLISH_PLATFORM_ARCH=linux/amd64 BRANCH_NAME=${SAFEBRANCH_NAME}", label: "Publishing built amd64 images to testlagoon/*"
sh script: 'make go/test'
}
Expand Down

0 comments on commit e00ac80

Please sign in to comment.