From cee704fd16bca90a2f6b1f260436e78ca2c5891d Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Fri, 28 Dec 2018 14:19:22 -0800 Subject: [PATCH] Add armhf to stretch build list. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aaba3c4c..17455067 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ $(foreach a,$(ALL_ARCHES),$(eval $(call build_arch_template,$(a)))) # Available build architectures based on the current suite BUILD_ARCHES_wheezy := amd64 powerpc BUILD_ARCHES_jessie := amd64 powerpc armel -BUILD_ARCHES_stretch := arm64 amd64 armel +BUILD_ARCHES_stretch := arm64 amd64 armel armhf # Build available architectures by default. .DEFAULT_GOAL := all