Skip to content

Commit a164e59

Browse files
committed
chore(release): added qemu for arm
1 parent 377b1e1 commit a164e59

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
tags: true
4545
- name: "[preparation] set build time"
4646
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
4752
- name: "[preparation] set up golang"
4853
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4954
with:

0 commit comments

Comments
 (0)