From 9f117548c34bd27966e99034b876c5123d324c20 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 1 Feb 2022 18:56:08 +0100 Subject: [PATCH] armhf experiments --- apps/rompr/tekton-image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rompr/tekton-image-build.yaml b/apps/rompr/tekton-image-build.yaml index 113f1a5..c5d9b49 100644 --- a/apps/rompr/tekton-image-build.yaml +++ b/apps/rompr/tekton-image-build.yaml @@ -57,9 +57,9 @@ spec: command: - /kaniko/executor args: - - --customPlattform=arm32 + - --build-arg="GOARCH=arm" - --dockerfile=$(params.pathToDockerFile) - - --destination=$(resources.outputs.builtImage.url):armhf + - --destination=$(resources.outputs.builtImage.url) - --context=$(params.pathToContext) - --snapshotMode=redo - --skip-tls-verify