diff options
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/config.mk b/build/config.mk index 56317cb78..5448c5eb4 100644 --- a/build/config.mk +++ b/build/config.mk @@ -17,6 +17,10 @@ FUEL_MAIN_TAG = master MOS_VERSION = 10.0 OPENSTACK_VERSION = newton-10.0 +# List of space-separated Ubuntu architectures supported with current build +# Format: same as `dpkg-architecture -qDEB_HOST_ARCH` +# NOTE: Currently only amd64 is supported by Fuel@OPNFV. Armband adds arm64. +export UBUNTU_ARCH ?= amd64 ############################################################################## # Fuel components pinning / remote tracking; use submodules from f_repos |