Skip to content

Commit

Permalink
use arm instead of armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
Knifa committed Nov 29, 2024
1 parent 5be414b commit f69ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v6
with:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm/v7, linux/arm64
platforms: linux/amd64, linux/arm, linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
target: run

0 comments on commit f69ec98

Please sign in to comment.