From cfd86e1aa79808369de985ab4d4878446db92174 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 1 Feb 2022 17:42:51 +0100 Subject: [PATCH] also building armhf --- 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 bbba1be..113f1a5 100644 --- a/apps/rompr/tekton-image-build.yaml +++ b/apps/rompr/tekton-image-build.yaml @@ -43,7 +43,7 @@ spec: type: image steps: - name: build-and-push-arm64 - image: gcr.io/kaniko-project/executor:arm64 + image: gcr.io/kaniko-project/executor:latest command: - /kaniko/executor args: @@ -53,7 +53,7 @@ spec: - --snapshotMode=redo - --skip-tls-verify - name: build-and-push-armhf - image: gcr.io/kaniko-project/executor:arm64 + image: gcr.io/kaniko-project/executor:latest command: - /kaniko/executor args: