Update Jenkinsfile
Some checks reported errors
gitea-sync/ci-image/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
dany 2024-03-09 22:51:39 +01:00
parent 92d734bbe6
commit b6b2459351

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline{
set -x
cd $WORKSPACE
# docker rmi -f $(docker images -f "dangling=true" -q)
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
# docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
for arch in arm arm64 amd64; do
echo "build for architecture $arch"
arch_name="${arch////-}"