Restrict ARM64 builds to Stretch for now.

This commit is contained in:
Jeffrey Townsend
2018-05-02 12:16:16 -07:00
parent ddb8ba9b73
commit 01637107d8

View File

@@ -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.