From 32e647f0fbc94eed23f0a3311b32aac4cdd8e1e0 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Thu, 30 May 2024 21:42:09 -0400 Subject: [PATCH] Support 32 and 64 bit ARM architectures for Docker image Fixes #816 Signed-off-by: Zach Gollwitzer --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4130eca8..e76532df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,7 +65,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: type=gha cache-to: type=gha,mode=max provenance: false