Specify supported architectures for Ubuntu backports repository
[yardstick.git] / ansible / roles / add_custom_repos / templates / sources.list.j2
index af741cb..4b50f45 100644 (file)
@@ -1,5 +1,5 @@
 {% if YARD_IMG_ARCH == "arm64" %}
 deb [arch={{ YARD_IMG_ARCH }}] http://ports.ubuntu.com/ {{ release }}-backports main restricted universe multiverse
 {% else %}
-deb http://archive.ubuntu.com/ubuntu/ {{ release }}-backports main restricted universe multiverse
+deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ {{ release }}-backports main restricted universe multiverse
 {% endif %}