Skip to content

Commit

Permalink
Disable ARMv6 build (#420)
Browse files Browse the repository at this point in the history
* Upgrade debian builds to bullseye

* Drop armv6 from build
  • Loading branch information
hardillb authored Mar 14, 2024
1 parent 3db209b commit ecf3ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
continue-on-error: true
with:
context: .
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: ${{ steps.nrVersion.outputs.push }}
file: .docker/Dockerfile.alpine
build-args: |
Expand Down

0 comments on commit ecf3ecc

Please sign in to comment.