File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
44
44
] %}
45
45
{% elif base_arch == 'aarch64' %}
46
46
{% set nova_base_packages = nova_base_packages + [
47
- 'qemu-efi' ,
47
+ 'qemu-efi-aarch64 ' ,
48
48
] %}
49
49
{% endif %}
50
50
Original file line number Diff line number Diff line change @@ -79,12 +79,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
79
79
'xfsprogs'
80
80
] %}
81
81
82
- {% if base_arch == "aarch64" %}
83
- {% set nova_compute_packages = nova_compute_packages + [
84
- 'qemu-efi'
85
- ] %}
86
- {% endif %}
87
-
88
82
RUN mkdir -p /etc/ceph \
89
83
&& {{ macros.install_packages(nova_compute_packages | customizable("packages"), chain=True) }}
90
84
You can’t perform that action at this time.
0 commit comments