From 13c88208bc0f9ea9d7a883eb1adfa23ae526796f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fra=CC=88nkel?= Date: Mon, 27 Jan 2025 16:21:42 +0100 Subject: [PATCH] platforms --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4bc80f4..1a1dbf9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,6 +43,7 @@ jobs: context: . file: Dockerfile.${{ matrix.tag }} tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.tag }} + platforms: linux/aarch64 push: true cache-from: type=gha cache-to: type=gha,mode=max