add armv7 to platforms
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 10 Mar 2023 20:51:09 +0000 (21:51 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 20:51:09 +0000 (21:51 +0100)
.github/workflows/docker-build.yml

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