Skip to content

Commit 352217a

Browse files
feat: Add QEMU setup for cross-platform arm64 builds in release workflow
1 parent e210438 commit 352217a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- name: Set up Docker Buildx
5454
uses: docker/setup-buildx-action@v3
55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@v3
5557
- name: Set up Docker Buildx cache
5658
uses: actions/cache@v3
5759
with:

0 commit comments

Comments
 (0)