File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
# from https://github.com/rabbitmq/erlang-rpm/
3
3
# Thanks to COPR we have aarch64 packages for CentOS Stream 9
4
4
5
- [openstack-kolla- copr-rabbitmq-kolla ]
5
+ [copr-rabbitmq-erlang ]
6
6
name=openstack-kolla COPR with Erlang build for RabbitMQ
7
7
baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/centos-stream-$releasever-aarch64/
8
8
gpgcheck=1
Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
23
23
'util-linux' ,
24
24
'xfsprogs' ,
25
25
'genisoimage' ,
26
- 'syslinux' ,
27
26
] %}
27
+ {% if base_arch in ['x86_64' ] %}
28
+ {% set ironic_conductor_packages = ironic_conductor_packages + [
29
+ 'syslinux'
30
+ ] %}
31
+ {% endif %}
28
32
{% elif base_package_type == 'deb' %}
29
33
{% set ironic_conductor_packages = [
30
34
'bsdmainutils' ,
You can’t perform that action at this time.
0 commit comments