From 187075b06edfe93c7d03c302dc046b018b01b885 Mon Sep 17 00:00:00 2001 From: Nicklas Lundin Date: Tue, 10 Mar 2026 13:00:47 +0100 Subject: [PATCH] fix: add arm64 platform to deployer image build Closes #300 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6286bcb1..2b01a336 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -88,7 +88,7 @@ jobs: push: true build-args: | COMMIT_SHA=${{ github.sha }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/cache:main tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}