remove armv7 build
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 4 Mar 2021 17:28:03 +0000 (18:28 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 4 Mar 2021 17:28:03 +0000 (18:28 +0100)
.github/workflows/docker-build.yml

index ab24ffd556a737f598b74b71509d2c1bd0f2a5ef..93327040344b9e78e8ad760c2e3934d02131660d 100644 (file)
@@ -72,6 +72,6 @@ jobs:
           builder: ${{ steps.buildx.outputs.name }}
           context: .
           file: ./Dockerfile
-          platforms: linux/amd64,linux/arm/v7,linux/arm64
+          platforms: linux/amd64,linux/arm64
           push: true
           tags: ${{ steps.prep.outputs.tags }}