Skip to content

Commit

Permalink
fix multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Jun 20, 2023
1 parent c37c0f9 commit 9e8c483
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
files: |
./dist/build.tar
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Buildah Build
id: build-container
uses: redhat-actions/[email protected]
Expand All @@ -43,9 +46,7 @@ jobs:
image: ${{github.event.repository.full_name}}
tags: latest ${{ github.sha }}
oci: true
platforms: |
linux/amd64
linux/arm64
platforms: linux/amd64, linux/arm64

- name: Push To Registry
id: push-to-registry
Expand Down

0 comments on commit 9e8c483

Please sign in to comment.