From 84f669aef003529c52b4be543ef1e1073332b23f Mon Sep 17 00:00:00 2001 From: Vinny Sabatini Date: Fri, 19 Jan 2024 15:19:22 -0600 Subject: [PATCH] chore: build arm64 container images Fixes #308 --- .github/workflows/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 394305a6..593017e5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -110,6 +110,7 @@ jobs: context: . push: true tags: ${{ steps.prep.outputs.tags }} + platforms: linux/amd64,linux/arm64 - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 with: