diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 4f442e0..32b155d 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -28,6 +28,6 @@ jobs: with: context: . file: docker/Dockerfile.backend - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ghcr.io/txpipe/asteria-backend:${{ github.sha }}