Skip to content

Commit

Permalink
feat: add more platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Sep 24, 2024
1 parent fd30a5d commit 20fe75a
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
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/riscv64
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
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/riscv64
push: true
tags: |
ghcr.io/${{ github.repository }}:latest
Expand Down

0 comments on commit 20fe75a

Please sign in to comment.