Skip to content

Commit

Permalink
Add QMEU to goreleaser GitHub Action (#2936)
Browse files Browse the repository at this point in the history
This commit updates the goreleaser github action to install QMEU to
support emulation of multiple architectures.

Signed-off-by: Alexander Greene <[email protected]>
  • Loading branch information
awgreene authored Mar 14, 2023
1 parent b54296a commit dac8182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
if: startsWith(github.ref, 'refs/tags')

- name: Docker Login
uses: docker/login-action@v1
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit dac8182

Please sign in to comment.