Skip to content

Commit dac8182

Browse files
authored
Add QMEU to goreleaser GitHub Action (#2936)
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 b54296a commit dac8182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)