From ac8d73ef4fa168de49b7e9510915f7e4972d7a6e Mon Sep 17 00:00:00 2001 From: MacBook Date: Thu, 23 Apr 2026 07:16:10 +0200 Subject: [PATCH] feat: add ARM64 support to Docker build --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7af3840..6941a93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: context: . file: server/Dockerfile push: true + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}