Skip to content

Commit

Permalink
drop ppc64le support
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Feb 27, 2024
1 parent 5679f2d commit 79c310b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-publish-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
tag: ['client:centos7', 'build-node:debian11', 'build-node:debian12']
platform: [amd64, arm64, ppc64le]
platform: [amd64, arm64]

steps:
- name: Check out the repo
Expand Down Expand Up @@ -110,8 +110,7 @@ jobs:
run: |
docker buildx imagetools create -t ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }} \
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-amd64 \
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-arm64 \
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-ppc64le
ghcr.io/${{ env.REPOSITORY_OWNER }}/${{ matrix.tag }}-arm64
- name: Inspect the final image
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 79c310b

Please sign in to comment.