From 2391689b75620edc58adac114e96adee7eea648a Mon Sep 17 00:00:00 2001 From: Jesse Bye <8467862+jessebye@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:30:15 -0700 Subject: [PATCH] just multiarch it :facepalm: --- .github/workflows/image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index a068b0bf..88c4080a 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -28,7 +28,7 @@ jobs: MULTIARCH=no PUSH=no if [[ "${{ github.event_name }}" == "push" ]]; then - # MULTIARCH=yes + MULTIARCH=yes PUSH=yes elif [[ "${{ contains(github.event.pull_request.labels.*.name, 'test-arm-image') }}" == "true" ]]; then MULTIARCH=yes @@ -39,7 +39,7 @@ jobs: if [[ "${MULTIARCH}" = "yes" ]]; then IMAGE_PUSH=${PUSH} make multiarch-image else - make image image-push + make image fi working-directory: argocd-image-updater env: