Skip to content

Commit

Permalink
Add QMEU to goreleaser GitHub Action
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 <greene.al1991@gmail.com>
  • Loading branch information
awgreene committed Mar 14, 2023
1 parent 4634317 commit 56c2a5f
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 56c2a5f

Please sign in to comment.