diff --git a/.github/workflows/build-publish-containers.yml b/.github/workflows/build-publish-containers.yml index 527696dd..411ee5cd 100644 --- a/.github/workflows/build-publish-containers.yml +++ b/.github/workflows/build-publish-containers.yml @@ -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 @@ -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'