-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kata-containers: only build for x86_64 (#10849)
Signed-off-by: Saul Paredes <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: kata-containers | ||
Version: 3.2.0.azl3 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Kata Containers package developed for Pod Sandboxing on AKS | ||
License: ASL 2.0 | ||
URL: https://github.com/microsoft/kata-containers | ||
|
@@ -11,6 +11,8 @@ Distribution: Azure Linux | |
Source0: https://github.com/microsoft/kata-containers/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
Source1: %{name}-%{version}-cargo.tar.gz | ||
|
||
ExclusiveArch: x86_64 | ||
|
||
BuildRequires: golang | ||
BuildRequires: protobuf-compiler | ||
BuildRequires: rust | ||
|
@@ -108,6 +110,9 @@ popd | |
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service | ||
|
||
%changelog | ||
* Thu Oct 25 2024 Saul Paredes <[email protected]> - 3.2.0.azl3-2 | ||
- Only build for x86_64 | ||
|
||
* Fri Sep 20 2024 Manuel Huber <[email protected]> - 3.2.0.azl3-1 | ||
- Upgrade to 3.2.0.azl3 release, refactor build instructions | ||
|
||
|