Remove armv7 builds
This commit is contained in:
parent
6bca9607cb
commit
e1478df4cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -88,4 +88,4 @@ jobs:
|
|||
run: |
|
||||
docker buildx build --push \
|
||||
--tag ghcr.io/edenhaus/bumper:${{ steps.tag_name.outputs.tag }} \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 .
|
||||
--platform linux/amd64,linux/arm64 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue