Update Jenkinsfile
Some checks reported errors
gitea-sync/ci-image/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea-sync/ci-image/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
92d734bbe6
commit
b6b2459351
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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////-}"
|
||||
|
Loading…
Reference in New Issue
Block a user