From e3af1484fc5836f9065e01c7ec3aff2bea37e54d Mon Sep 17 00:00:00 2001 From: Swarnim Walavalkar Date: Wed, 19 Aug 2026 15:27:56 +0530 Subject: [PATCH] ci: build arm64 docker images --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e14f77..f834dfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: | ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }} ghcr.io/devfolioco/siwe-oidc:latest @@ -41,8 +41,7 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max - # @todo Add arm builds once they are faster - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: | ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }} build-args: |