diff --git a/.github/workflows/container-image-edge.yml b/.github/workflows/container-image-edge.yml index afdac7cca..2c9482e30 100644 --- a/.github/workflows/container-image-edge.yml +++ b/.github/workflows/container-image-edge.yml @@ -56,7 +56,7 @@ jobs: ${{ env.GITHUB_REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:latest ${{ env.IMAGE_REPOSITORY }}:${{ github.sha }} ${{ env.IMAGE_REPOSITORY }}:latest - platforms: linux/amd64 + platforms: linux/amd64,linux/s390x,linux/ppc64le,linux/arm64 labels: ${{ steps.meta.outputs.labels }} scan-image: runs-on: ubuntu-latest