From d84ee7223ac51d52d4bc26e83dd6d26347746156 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 4 Apr 2024 21:57:44 +0530 Subject: [PATCH] [server] Build ARM images when publishing --- .github/workflows/server-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/server-publish.yml b/.github/workflows/server-publish.yml index 393fa899dd..1ba1935171 100644 --- a/.github/workflows/server-publish.yml +++ b/.github/workflows/server-publish.yml @@ -32,6 +32,8 @@ jobs: image: server registry: ghcr.io enableBuildKit: true + multiPlatform: true + platform: linux/amd64,linux/arm64,linux/arm/v7 buildArgs: GIT_COMMIT=${{ inputs.commit }} tags: ${{ inputs.commit }}, latest username: ${{ github.actor }}