From b7bbc8bb5bbee72dc3320545d343afe8b7ff6cf1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 17 Mar 2023 08:24:44 +0900 Subject: [PATCH] remove multiarch for testing --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 463e3ff..e908466 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,9 +63,9 @@ pipeline { --build-arg BUILD_DATE_ARG=${BUILD_DATE} \ --build-arg HS_VERSION_ARG=${HS_VERSION} \ --label \"GIT_COMMIT=${env.GIT_COMMIT}\" \ - --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ + --platform linux/amd64 \ --push - """ + """ // ,linux/arm64,linux/arm/v7,linux/arm/v6 } else { // If I'm just testing, I don't need to build for ARM sh """ docker buildx build . \