From 6969f13fa7898d9a2b7e658eaa5fb570231d3082 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Thu, 25 Dec 2025 21:07:25 +0100 Subject: [PATCH] multiarch build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f99882..75c4e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - # platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}