Add armel to Stretch.

This commit is contained in:
Jeffrey Townsend
2018-12-25 17:04:09 +00:00
parent cbc80483fe
commit 757d1b5942

View File

@@ -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
BUILD_ARCHES_stretch := arm64 amd64 armel
# Build available architectures by default.
.DEFAULT_GOAL := all