Skip to content

Commit

Permalink
just multiarch it 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebye committed Aug 30, 2023
1 parent 174f4af commit 2391689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2391689

Please sign in to comment.