diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-01 10:16:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-01 10:16:41 +0000 |
commit | 0913dd0523847216576614dfa6aee700632a9e32 (patch) | |
tree | dba16bf19d4eeb1c264bca54cb108331aef94ca6 /build/config.mk | |
parent | 6753eebc3e581a4491f5b7186f1c5423dae92ae4 (diff) | |
parent | 3518e4b1a55724766e91c58f06d536a9047b8a70 (diff) |
Merge "f_repobuild: Use packetary to build partial mirror"
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 |