From ab3fbdaec97b71608aed483ba2633ecd38ff8059 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 16 Mar 2023 20:35:11 +0900 Subject: [PATCH] Pushes are failing. --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a0979dc..b024ee1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,9 +63,11 @@ 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 """ + // --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \ + } else { // IF I'm just testing, I don't need to build for ARM sh """ docker build . \