diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f600989..822d24b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: with: context: ./ingester push: true - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 tags: ${{ github.repository }}-ingester:${{ github.ref_name }},${{ github.repository }}-ingester:latest - name: generate changelog