From 72bfd44b1fa51f26cb2f5d422cd47ae13d1ab201 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 24 Jan 2024 20:33:59 +1000 Subject: [PATCH] Build for ARM --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 361944d9..17988d84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: image: ${{github.event.repository.full_name}} tags: latest ${{ github.sha }} oci: true - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64, linux/arm, linux/arm64 - name: Push To Registry id: push-to-registry