Remove armv6 build

As build is hanging, remove it.
This commit is contained in:
Antony Messerli 2023-12-07 23:47:06 -06:00 committed by GitHub
parent ce93d0ab1f
commit 56fcca6fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ jobs:
push: true
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
WEBAPP_VERSION=${{ env.WEBAPP_RELEASE }}
VERSION=${{ env.VERSION_TAG }}