Skip to content

Commit 4a3ea27

Browse files
committed
Add QEMU action to release workflow
1 parent aec96bf commit 4a3ea27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/release.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
20+
- # Add support for more platforms with QEMU (optional)
21+
# https://github.com/docker/setup-qemu-action
22+
name: Set up QEMU
23+
uses: docker/setup-qemu-action@v2
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v2
2026
- uses: actions/setup-go@v4
2127
with:
2228
go-version: '1.20'

0 commit comments

Comments
 (0)