Add stretch build options.

This commit is contained in:
Jeffrey Townsend
2017-08-24 14:01:17 +00:00
parent 5cf3b9721f
commit d151fa4895

View File

@@ -26,6 +26,7 @@ $(foreach a,$(ALL_ARCHES),$(eval $(call build_arch_template,$(a))))
# Available build architectures based on the current suite # Available build architectures based on the current suite
BUILD_ARCHES_wheezy := amd64 powerpc BUILD_ARCHES_wheezy := amd64 powerpc
BUILD_ARCHES_jessie := $(ALL_ARCHES) BUILD_ARCHES_jessie := $(ALL_ARCHES)
BUILD_ARCHES_stretch := amd64
# Build available architectures by default. # Build available architectures by default.
.DEFAULT_GOAL := all .DEFAULT_GOAL := all