Skip to content

Commit

Permalink
Merge pull request #177 from mgiessing/master
Browse files Browse the repository at this point in the history
Add support for ppc64le architecture (#minor)
  • Loading branch information
jekkel authored Apr 19, 2022
2 parents f1a8101 + 998bbe3 commit 64b10f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
tags: |
docker.io/kiwigrid/k8s-sidecar:latest
docker.io/kiwigrid/k8s-sidecar:${{ steps.tagging.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Images are available at:
- [docker.io/kiwigrid/k8s-sidecar](https://hub.docker.com/r/kiwigrid/k8s-sidecar)
- [quay.io/kiwigrid/k8s-sidecar](https://quay.io/repository/kiwigrid/k8s-sidecar)

Both are identical multi-arch images built for `amd64`, `arm64` and `arm/v7`
Both are identical multi-arch images built for `amd64`, `arm64`, `arm/v7` and `ppc64le`

# Features

Expand Down

0 comments on commit 64b10f8

Please sign in to comment.