mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 18:58:36 +00:00
This exposes REPO_URL and adds REPO_URL_X86_64 which can be set to use custom Ubuntu repo for building rootfs. If only one architecture is built, REPO_URL can be set. Otherwise, REPO_URL_X86_64 is used for x86_64 arch and REPO_URL for others. Fixes: #11276 Signed-off-by: Jacek Tomasiak <jtomasiak@arista.com> Signed-off-by: Jacek Tomasiak <jacek.tomasiak@gmail.com>