Skip to content

Commit

Permalink
Merge "aarch64: Exclude syslinux from ironic conductor packages" into…
Browse files Browse the repository at this point in the history
… stable/2023.1
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 3, 2024
2 parents 26eda6a + 78ab65c commit 965cf51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/ironic/ironic-conductor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'util-linux',
'xfsprogs',
'genisoimage',
'syslinux',
] %}
{% if base_arch in ['x86_64'] %}
{% set ironic_conductor_packages = ironic_conductor_packages + [
'syslinux'
] %}
{% endif %}
{% elif base_package_type == 'deb' %}
{% set ironic_conductor_packages = [
'bsdmainutils',
Expand Down

0 comments on commit 965cf51

Please sign in to comment.