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