From 8c3e96e936f86035bb1a4b1ba3da9fafba414653 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Tue, 18 Feb 2025 11:41:49 +0000 Subject: [PATCH] github workflows: enable more arches now we have a Debian build Signed-off-by: Colin Ian King --- .github/workflows/container-image-edge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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