From e18fd3c9c8115685a81ad682dabd9d155a3c9eb8 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Tue, 18 Feb 2025 10:51:21 +0000 Subject: [PATCH] github workflows: enable more arches now we have a Debian build Signed-off-by: Colin Ian King --- .github/workflows/container-image-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-image-stable.yml b/.github/workflows/container-image-stable.yml index 02a495b0f..b0045d297 100644 --- a/.github/workflows/container-image-stable.yml +++ b/.github/workflows/container-image-stable.yml @@ -54,5 +54,5 @@ 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 }}