disable arm
Some checks failed
dockers/pixelfed/pipeline/head There was a failure building this commit

This commit is contained in:
chris 2024-08-04 13:59:05 +02:00
parent f670bd7e4b
commit 713c4279c6

4
Jenkinsfile vendored
View file

@ -30,7 +30,7 @@ pipeline {
stage('Build dev arm64') { stage('Build dev arm64') {
steps { steps {
script { script {
sh "TMPDIR=/buildah/tmp buildah bud -f Containerfile --build-arg DATE=$timeStamp --manifest pixelfed-dev --arch arm64" // sh "TMPDIR=/buildah/tmp buildah bud -f Containerfile --build-arg DATE=$timeStamp --manifest pixelfed-dev --arch arm64"
} }
} }
} }
@ -44,7 +44,7 @@ pipeline {
stage('Build dev-fpm arm64') { stage('Build dev-fpm arm64') {
steps { steps {
script { script {
sh "TMPDIR=/buildah/tmp buildah bud -f Containerfile.fpm --build-arg DATE=$timeStamp --manifest pixelfed-dev-fpm --arch arm64" // sh "TMPDIR=/buildah/tmp buildah bud -f Containerfile.fpm --build-arg DATE=$timeStamp --manifest pixelfed-dev-fpm --arch arm64"
} }
} }
} }