Skip to content

Commit

Permalink
bring back qemu for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Jul 24, 2022
1 parent 9cd4908 commit 99cbb47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
with:
image: docker.io/tonistiigi/binfmt:qemu-v6.2.0
platforms: linux/arm64
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 99cbb47

Please sign in to comment.