From 577a73c834dc38a2b041759f51bc3bc2aed390a496562317746cee9705e680eb Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Fri, 14 Jan 2022 17:46:23 +0000 Subject: [PATCH] Accepting request 936528 from home:Guillaume_G:branches:Virtualization - Enable build only on aarch64 and x86_64 OBS-URL: https://build.opensuse.org/request/show/936528 OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-controller-container?expand=0&rev=11 --- Dockerfile | 2 ++ cdi-controller-container.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5ff5cd4..251d5ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ #!BuildTag: %%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%%.%RELEASE% #!BuildTag: %%TAGPREFIX%%/cdi-controller:%%PKG_VERSION%%-%%PKG_RELEASE%% +#!ExclusiveArch: x86_64 aarch64 + # cdi-controller container image # KUBEVIRTFROM defined in prjconf, e.g. # BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed diff --git a/cdi-controller-container.changes b/cdi-controller-container.changes index b9489e9..d78ede9 100644 --- a/cdi-controller-container.changes +++ b/cdi-controller-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 15:06:10 UTC 2021 - Guillaume GARDET + +- Enable build only on aarch64 and x86_64 + ------------------------------------------------------------------- Fri Jun 4 12:20:48 UTC 2021 - Fabian Vogt