Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-08-02 23:33:54 +02:00
parent 266a9ff896
commit f2ea2580ed

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline{
set -e
export WORKSPACE=$(realpath "./jenkins/workspace/ci-image")
cd $WORKSPACE
docker rmi -f $(docker images -f "dangling=true" -q)
# docker rmi -f $(docker images -f "dangling=true" -q)
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
for arch in arm arm64 amd64 ; do
docker buildx build \