From 53b16fe0d0ef32df58235133673cc70d6c2a85a9 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Sep 03 2021 20:59:27 +0000 Subject: Add aarch64 configs --- diff --git a/mock/centos-stream-hyperscale-8-aarch64.cfg b/mock/centos-stream-hyperscale-8-aarch64.cfg new file mode 100644 index 0000000..22adc6a --- /dev/null +++ b/mock/centos-stream-hyperscale-8-aarch64.cfg @@ -0,0 +1,22 @@ +include('templates/centos-stream-8.tpl') +include('templates/epel-8.tpl') +include('templates/epel-next-8.tpl') + +config_opts['root'] = 'centos-stream-hyperscale-8-aarch64' +config_opts['target_arch'] = 'aarch64' +config_opts['legal_host_arches'] = ('aarch64',) + +config_opts['chroot_setup_cmd'] += " centos-release-hyperscale" + +config_opts['macros']['%dist'] = ".hs.el8" +config_opts['macros']['%centos_hs'] = "1" + +config_opts['dnf.conf'] += """ + +[Stream-hyperscale] +name=CentOS-Stream - Hyperscale +baseurl=http://mirror.centos.org/centos/8-stream/hyperscale/$basearch/packages-main/ +gpgcheck=1 +enabled=1 +gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-HyperScale +""" diff --git a/mock/centos-stream-hyperscale-experimental-8-aarch64.cfg b/mock/centos-stream-hyperscale-experimental-8-aarch64.cfg new file mode 100644 index 0000000..24ff9fe --- /dev/null +++ b/mock/centos-stream-hyperscale-experimental-8-aarch64.cfg @@ -0,0 +1,22 @@ +include('templates/centos-stream-8.tpl') +include('templates/epel-8.tpl') +include('templates/epel-next-8.tpl') + +config_opts['root'] = 'centos-stream-hyperscale-experimental-8-aarch64' +config_opts['target_arch'] = 'aarch64' +config_opts['legal_host_arches'] = ('aarch64',) + +config_opts['chroot_setup_cmd'] += " centos-release-hyperscale-experimental" + +config_opts['macros']['%dist'] = ".hsx.el8" +config_opts['macros']['%centos_hs'] = "1" + +config_opts['dnf.conf'] += """ + +[Stream-hyperscale-experimental] +name=CentOS-Stream - Hyperscale Experimental +baseurl=http://mirror.centos.org/centos/8-stream/hyperscale/$basearch/packages-experimental/ +gpgcheck=1 +enabled=1 +gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-SIG-HyperScale +"""