Skip to content

Commit

Permalink
chore: remove armv7 as a build target
Browse files Browse the repository at this point in the history
  • Loading branch information
k0rventen committed Jul 10, 2023
1 parent 35c763a commit f543514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f543514

Please sign in to comment.