Skip to content

Commit ecf3ecc

Browse files
authored
Disable ARMv6 build (#420)
* Upgrade debian builds to bullseye * Drop armv6 from build
1 parent 3db209b commit ecf3ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
continue-on-error: true
144144
with:
145145
context: .
146-
platforms: linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
146+
platforms: linux/amd64, linux/arm64, linux/arm/v7
147147
push: ${{ steps.nrVersion.outputs.push }}
148148
file: .docker/Dockerfile.alpine
149149
build-args: |

0 commit comments

Comments
 (0)