Update docker-build-multiarch.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 17:52:19 +0000 (18:52 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Mon, 2 Nov 2020 17:52:19 +0000 (18:52 +0100)
.github/workflows/docker-build-multiarch.yml

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