From 2a0ffe829adeac17034d0eba3997e5e366f7764c Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 Jan 2025 18:43:01 +0100 Subject: [PATCH] build: Enable ARM64 platform --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aebd571..5dc8c67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: labels: | org.opencontainers.image.title=${{ vars.NAME }} env: - DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest + DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -78,7 +78,7 @@ jobs: context: . push: true provenance: false - platforms: linux/amd64 + platforms: linux/arm64,linux/arm tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }}