Skip to content

Commit

Permalink
🐛 Add missing comma in github action arch list (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Montleon <jmontleo@redhat.com>
  • Loading branch information
jmontleon authored Jun 4, 2024
1 parent 8dca8a8 commit 77e24ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/march-image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build Operator Index
uses: konveyor/release-tools/build-push-quay@main
with:
architectures: "amd64 arm64"
architectures: "amd64, arm64"
pre_build_cmd: |
CONTAINER_RUNTIME=podman \
CATALOG_IMG=quay.io/konveyor/tackle2-operator-index:latest \
Expand Down

0 comments on commit 77e24ec

Please sign in to comment.