Skip to content

Commit c9e2f0f

Browse files
authored
remove acrn config with arm64 (#3655)
1 parent 6bc20e6 commit c9e2f0f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SPECS/kata-containers/kata-containers.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Summary: Kata Containers version 2.x repository
4343
Name: kata-containers
4444
Version: 2.5.0
45-
Release: 1%{?dist}
45+
Release: 2%{?dist}
4646
License: ASL 2.0
4747
Vendor: Microsoft Corporation
4848
URL: https://github.com/%{name}/%{name}
@@ -216,7 +216,10 @@ fi
216216
%{_prefix}/local/bin/containerd-shim-kata-v2
217217
%{_prefix}/local/bin/kata-monitor
218218
%{_prefix}/local/bin/kata-runtime
219+
%ifarch x86_64
220+
# acrn is not available for arm64 architecture
219221
%{katadefaults}/configuration-acrn.toml
222+
%endif
220223
%{katadefaults}/configuration-clh.toml
221224
%{katadefaults}/configuration-fc.toml
222225
%{katadefaults}/configuration-qemu.toml
@@ -253,6 +256,9 @@ fi
253256
%exclude %{kataosbuilderdir}/rootfs-builder/ubuntu
254257

255258
%changelog
259+
* Wed Aug 31 2022 Andrew Phelps <[email protected]> - 2.5.0-2
260+
- Fix arm64 build issue by excluding configuration-acrn.toml
261+
256262
* Fri Aug 19 2022 Neha Agarwal <[email protected]> - 2.5.0-1
257263
- Initial CBL-Mariner import from Fedora 37 (license: MIT).
258264
- License verified.

0 commit comments

Comments
 (0)