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