Skip to content

Commit 4fdc3f6

Browse files
authored
Update build.yaml
1 parent 99e771f commit 4fdc3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up QEMU # 设置 QEMU 环境,用来模拟操作系统,用来编译 arm64 镜像和 amd64 镜像
4242
uses: docker/setup-qemu-action@v3
4343
with:
44-
platforms: all
44+
platforms: linux/amd64,linux/arm64
4545

4646
- name: Set up Docker Buildx # 设置 Docker Buildx 环境
4747
id: buildx

0 commit comments

Comments
 (0)