Skip to content

Commit

Permalink
更改构建的目标平台
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Sep 30, 2023
1 parent c528f34 commit 681555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
context: .
file: ./Dockerfile
# 所需要的体系结构,可以在 Available platforms 步骤中获取所有的可用架构
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm64/v8
# 镜像推送时间
push: ${{ github.event_name != 'pull_request' }}
# 给清单打上多个标签
Expand Down

0 comments on commit 681555a

Please sign in to comment.