From 59d65a0b1b96094fdd4bd1379f25b37757bb7dfd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 31 Oct 2023 14:33:43 -0700 Subject: [PATCH] temp disable 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 201541975..9ddfcd306 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: with: context: . file: ./docker/Dockerfile - platforms: linux/amd64#,linux/arm64 + platforms: linux/amd64 push: true tags: | ${{ secrets.DOCKERHUB_USERNAME }}/aider:${{ github.ref_name }}