From 7e4e80fcdc66dd44de909d0b82ed7d67b2cf8cd1 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 5 Aug 2022 12:23:17 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index dfcbd3e..1c631ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,14 +41,10 @@ pipeline{ cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf tree antos docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 - for arch in arm arm64 amd64 ; do - docker buildx build \ - --push \ - --platform $arch \ - --build-arg ARCH=$arch \ - --tag xsangle/antosaio:latest \ - . - done + docker buildx build \ + --push \ + --platform linux/arm/v7,linux/arm64/v8,linux/amd64 \ + --tag xsangle/antosaio:latest . ''' } }