From 8a2944d59bc69740d90a54258e384dd0f99157f4 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 12 Sep 2020 11:24:17 +0100 Subject: [PATCH] Fix arm build make task --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8ddaa2a..77a7ce6 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ docker-publish: docker-publish-arm: @docker buildx create --use --name=crossplat --node=crossplat && \ docker buildx build \ + --file Dockerfile.arm6 \ --output "type=image,push=true" \ --tag $(IMAGE)-armhf \ .