diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a315382..d8d77f8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,6 +51,6 @@ jobs: file: build/Dockerfile context: . push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}