Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 authored Sep 27, 2024
1 parent 99e771f commit 4fdc3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up QEMU # 设置 QEMU 环境,用来模拟操作系统,用来编译 arm64 镜像和 amd64 镜像
uses: docker/setup-qemu-action@v3
with:
platforms: all
platforms: linux/amd64,linux/arm64

- name: Set up Docker Buildx # 设置 Docker Buildx 环境
id: buildx
Expand Down

0 comments on commit 4fdc3f6

Please sign in to comment.