Skip to content

Commit e58064b

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 e58064b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/goreleaser.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ 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+
4043
- name: Docker Login
4144
uses: docker/login-action@v1
4245
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)