Merge "syslinux package is only built for x86_64"
This commit is contained in:
commit
d6acc352e3
@ -11,10 +11,15 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'ipxe-bootimgs',
|
||||
'mod_ssl',
|
||||
'mod_wsgi',
|
||||
'syslinux-tftpboot',
|
||||
'tftp-server'
|
||||
] %}
|
||||
|
||||
{% if base_arch == 'x86_64' %}
|
||||
{% set ironic_pxe_packages = ironic_pxe_packages + [
|
||||
'syslinux-tftpboot'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
{% if base_arch == 'aarch64' %}
|
||||
ENV ironic_arch=aarch64
|
||||
{% set ironic_pxe_packages = ironic_pxe_packages + [
|
||||
|
4
releasenotes/notes/ironic_syslinux-70eac225d227dc2e.yaml
Normal file
4
releasenotes/notes/ironic_syslinux-70eac225d227dc2e.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
The syslinux package is only built for x86_64 and not for ppc64le or aarch64.
|
Loading…
Reference in New Issue
Block a user