From 3e91f64c33a1a721bca7501b92c0580e2a5cc1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= Date: Mon, 31 Jul 2023 15:34:32 +0200 Subject: [PATCH] Add ARM64 support to c9s images --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 4b6928f1..dd025719 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -119,7 +119,7 @@ jobs: docker_context: ${{ matrix.docker_context }} tag: ${{ matrix.tag }} image_name: ${{ matrix.image_name }} - archs: amd64, s390x, ppc64le + archs: amd64, s390x, ppc64le, arm64 - name: Check if Dockerfile is not c9s, then Build and push to quay.io registry if: matrix.dockerfile != '13/Dockerfile.c9s' && matrix.dockerfile != '15/Dockerfile.c9s'