Skip to content

Commit b1b9f49

Browse files
authored
Merge pull request #329 from APIParkLab/feature/liujian-1.8
Fix the issue of failed compilation of ARM images
2 parents f149fed + 8f2857c commit b1b9f49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
with:
7676
name: frontend-package
7777
path: frontend/dist
78+
# 设置 QEMU 以支持多架构构建
79+
- name: Set up QEMU
80+
uses: docker/setup-qemu-action@v3
81+
- name: Set up Docker Buildx
82+
uses: docker/setup-buildx-action@v3
7883
- name: Login Docker #登录docker
7984
uses: docker/login-action@v1
8085
with:

0 commit comments

Comments
 (0)