From dff5cb35a3276a59f1fdf4734d972edae63d8b21 Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Mon, 27 Jan 2025 20:10:04 -0800 Subject: [PATCH] Add support for arm64 architecture for cpu only image Signed-off-by: Anil Vishnoi --- .github/workflows/images-dryrun.yml | 2 +- .github/workflows/images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images-dryrun.yml b/.github/workflows/images-dryrun.yml index 7457110..4097102 100644 --- a/.github/workflows/images-dryrun.yml +++ b/.github/workflows/images-dryrun.yml @@ -48,7 +48,7 @@ jobs: push: false tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }} labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }} - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max file: Containerfile diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 0fe92a4..90d1fc7 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -67,7 +67,7 @@ jobs: push: true tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }} labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }} - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max file: Containerfile