From df9ce9c93e76a5e27584e289c189d0ffcb9c0295 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 26 May 2025 14:49:04 -0600 Subject: [PATCH] Removed arm --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eee8a2d..abea909 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: | ${{ secrets.REPO_HOST }}/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}