Skip to content

Commit 47307a2

Browse files
anphel31Redent0r
andauthored
3.0: kata-containers: only build for x86_64 (#10849) (#10866)
Signed-off-by: Saul Paredes <saulparedes@microsoft.com> Co-authored-by: Saul Paredes <30801614+Redent0r@users.noreply.github.com>
1 parent 25d1d60 commit 47307a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

SPECS/kata-containers/kata-containers.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: kata-containers
44
Version: 3.2.0.azl3
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
Summary: Kata Containers package developed for Pod Sandboxing on AKS
77
License: ASL 2.0
88
URL: https://github.com/microsoft/kata-containers
@@ -11,6 +11,8 @@ Distribution: Azure Linux
1111
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
1212
Source1: %{name}-%{version}-cargo.tar.gz
1313

14+
ExclusiveArch: x86_64
15+
1416
BuildRequires: golang
1517
BuildRequires: protobuf-compiler
1618
BuildRequires: rust
@@ -108,6 +110,9 @@ popd
108110
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
109111

110112
%changelog
113+
* Thu Oct 25 2024 Saul Paredes <saulparedes@microsoft.com> - 3.2.0.azl3-2
114+
- Only build for x86_64
115+
111116
* Fri Sep 20 2024 Manuel Huber <mahuber@microsoft.com> - 3.2.0.azl3-1
112117
- Upgrade to 3.2.0.azl3 release, refactor build instructions
113118

0 commit comments

Comments
 (0)