From 0b8d700d232873b2fe34d3b82dcd4f25d186aea8 Mon Sep 17 00:00:00 2001 From: Leland Garofalo Date: Thu, 7 Sep 2023 09:55:11 -0700 Subject: [PATCH] Add arm64 build for docker image --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5307f4ad..32a12e2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file