From 01637107d8442b4520118cd9704c3101aca73ad8 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Wed, 2 May 2018 12:16:16 -0700 Subject: [PATCH] Restrict ARM64 builds to Stretch for now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acde00a8..5084c408 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,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 := $(ALL_ARCHES) +BUILD_ARCHES_jessie := amd64 powerpc armel BUILD_ARCHES_stretch := arm64 amd64 # Build available architectures by default.