diff --git a/Dockerfile b/Dockerfile index 0f6d890..d2064c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ #!BuildTag: %%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%.%RELEASE% #!BuildTag: %%TAGPREFIX%%/cdi-operator:%%PKG_VERSION%%-%%PKG_RELEASE%% +#!ExclusiveArch: x86_64 aarch64 + # cdi-operator container image # KUBEVIRTFROM defined in prjconf, e.g. # BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed diff --git a/cdi-apiserver-operator.changes b/cdi-apiserver-operator.changes index 281e001..3526ee2 100644 --- a/cdi-apiserver-operator.changes +++ b/cdi-apiserver-operator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 8 15:06:55 UTC 2021 - Guillaume GARDET + +- Enable build only on aarch64 and x86_64 + ------------------------------------------------------------------- Fri Jun 4 12:20:49 UTC 2021 - Fabian Vogt