There was an error while loading. Please reload this page.
1 parent 377b1e1 commit a164e59Copy full SHA for a164e59
1 file changed
.github/workflows/release.yaml
@@ -44,6 +44,11 @@ jobs:
44
tags: true
45
- name: "[preparation] set build time"
46
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
47
+ - name: "[preparation] set up QEMU for cross-platform Docker builds"
48
+ if: matrix.goarch == 'arm'
49
+ uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
50
+ with:
51
+ platforms: arm
52
- name: "[preparation] set up golang"
53
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
54
with:
0 commit comments