Skip to content

Commit 69ba4c5

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 69ba4c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/goreleaser.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
env:
12+
DOCKER_CLI_EXPERIMENTAL: "enabled"
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v1
@@ -37,6 +39,9 @@ jobs:
3739
tag_name: ${{ github.ref }}
3840
release_name: ${{ github.ref }}
3941

42+
- name: Set up QEMU
43+
uses: docker/setup-qemu-action@v2
44+
4045
- name: Docker Login
4146
uses: docker/login-action@v1
4247
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)