From 980654093aac09d8ae3c738cdea03cd435580bc0 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_agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_agent.yaml b/.github/workflows/release_agent.yaml index 5c18cce..5db5c3a 100644 --- a/.github/workflows/release_agent.yaml +++ b/.github/workflows/release_agent.yaml @@ -29,7 +29,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/jessegpt:${{ github.event.release.tag_name }} ghcr.io/devfolioco/jessegpt:latest