We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec96bf commit 4a3ea27Copy full SHA for 4a3ea27
.github/workflows/release.yaml
@@ -17,6 +17,12 @@ jobs:
17
- uses: actions/checkout@v3
18
with:
19
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
26
- uses: actions/setup-go@v4
27
28
go-version: '1.20'
0 commit comments