We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e771f commit 4fdc3f6Copy full SHA for 4fdc3f6
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up QEMU # 设置 QEMU 环境,用来模拟操作系统,用来编译 arm64 镜像和 amd64 镜像
42
uses: docker/setup-qemu-action@v3
43
with:
44
- platforms: all
+ platforms: linux/amd64,linux/arm64
45
46
- name: Set up Docker Buildx # 设置 Docker Buildx 环境
47
id: buildx
0 commit comments