Skip to content

Commit

Permalink
feat: remove more platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Oct 1, 2024
1 parent 20fe75a commit 9289f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
context: .
provenance: false
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/riscv64
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
context: .
provenance: false
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/riscv64
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
Expand Down

0 comments on commit 9289f02

Please sign in to comment.