Skip to content

Commit

Permalink
修改构建镜像平台
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuweitung committed Oct 18, 2024
1 parent 4e4b543 commit 4d53f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
push: true
builder: ${{ steps.buildx.outputs.name }}
file: ${{ matrix.target.Dockerfile }}
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64,linux/arm/v8
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}
tags: |
Expand Down

0 comments on commit 4d53f3f

Please sign in to comment.