Skip to content

Commit

Permalink
new arch
Browse files Browse the repository at this point in the history
add new arch ppc64le
  • Loading branch information
Tob1as committed Nov 13, 2024
1 parent eeb4ed0 commit b0cf786
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_docker_images-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./alpine.multiarch.release.Dockerfile
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/ppc64le
push: true
build-args: |
BUILD_DATE=${{steps.script.outputs.build_date}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_images-scratch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./scratch.multiarch.release.Dockerfile
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64,linux/arm64,linux/ppc64le
push: true
build-args: |
BUILD_DATE=${{steps.script.outputs.build_date}}
Expand Down

0 comments on commit b0cf786

Please sign in to comment.