From d151fa4895d93b15d9ac7df43697ea6aa89ebce4 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Thu, 24 Aug 2017 14:01:17 +0000 Subject: [PATCH] Add stretch build options. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b9a2b57a..c183f82e 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +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 := $(ALL_ARCHES) +BUILD_ARCHES_stretch := amd64 # Build available architectures by default. .DEFAULT_GOAL := all