From 8d04da71350aa6c765d6c1e90322ef158d4765b9 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Wed, 22 May 2024 23:19:58 -0600 Subject: [PATCH] add arm builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a19b160..3cfaf7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} target: prod + platforms: linux/amd64,linux/arm64 load: true cache-from: type=gha cache-to: type=gha,mode=max