From 982c58a94dc42e4836695677baf3c28d1cbf53f3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 31 Oct 2023 14:40:07 -0700 Subject: [PATCH] just arm64 --- .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 3c65e894f17..d153df64c20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: with: context: . file: ./docker/Dockerfile - platforms: linux/amd64 + platforms: linux/arm64 push: false tags: | ${{ secrets.DOCKERHUB_USERNAME }}/aider:${{ github.ref_name }}