Skip to content

Commit 56c2a5f

Browse files
committed
Add QMEU to goreleaser GitHub Action
This commit updates the goreleaser github action to install QMEU to support emulation of multiple architectures. Signed-off-by: Alexander Greene <[email protected]>
1 parent 4634317 commit 56c2a5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/goreleaser.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
tag_name: ${{ github.ref }}
3838
release_name: ${{ github.ref }}
3939

40+
- name: Set up QEMU
41+
uses: docker/setup-qemu-action@v2
42+
if: startsWith(github.ref, 'refs/tags')
43+
4044
- name: Docker Login
4145
uses: docker/login-action@v1
4246
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)