remove support for armv6

no armv6 build of node:18-bullseye-slim, can be readded once this is fixed
This commit is contained in:
dumbmoron 2023-07-02 05:21:08 +02:00 committed by GitHub
parent 7ebe28ce50
commit 239db34c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}