From 68a14fa6198e57dbbd03edd45de4f8c72f27b99c Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 12 Sep 2020 13:59:50 +0100 Subject: [PATCH] Target arm arch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0585884..a2c469e 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ docker-publish-arm: @docker buildx create --use --name=crossplat --node=crossplat && \ docker buildx build \ --file Dockerfile.armhf \ + --platform linux/arm/7 \ --output "type=image,push=true" \ --tag $(IMAGE)-armhf \ .