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

index f90cdff8cf510de62e49d99c4d5573e9ae289a1a..bd341a0b6dcc4684255243f4cadd63b2f472132a 100644 (file)
@@ -71,6 +71,6 @@ jobs:
           builder: ${{ steps.buildx.outputs.name }}
           context: .
           file: ./Dockerfile
-          platforms: linux/amd64,linux/armhf
+          platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
           push: true
           tags: ${{ steps.prep.outputs.tags }}
\ No newline at end of file