Update docker-build-multiarch.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 00:41:11 +0000 (01:41 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 00:41:11 +0000 (01:41 +0100)
.github/workflows/docker-build-multiarch.yml

index 6eeaebab6c0ea27e08943b20f9796631f49ba700..350a080cce94c3ad3ccf0c65ec836b8372edcca0 100644 (file)
@@ -63,6 +63,6 @@ jobs:
           builder: ${{ steps.buildx.outputs.name }}
           context: .
           file: ./Dockerfile
-          platforms: linux/amd64,linux/arm64,linux/armhf
+          platforms: linux/amd64
           push: true
           tags: ${{ steps.prep.outputs.tags }}
\ No newline at end of file