From f61bb1e0e62ed60334535c107070be0d19007f55aba146ed60579857067166ff Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 19 Feb 2025 16:50:00 +0000 Subject: [PATCH] Add metal3 images to ARM allowlist We need to ensure these build to enable usage of the metal3 chart on ARM --- _config | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/_config b/_config index b7a23d6..c2e903a 100644 --- a/_config +++ b/_config @@ -57,8 +57,11 @@ BuildFlags: onlybuild:release-manifest-image BuildFlags: excludebuild:endpoint-copier-operator-image BuildFlags: excludebuild:metallb-controller-image BuildFlags: excludebuild:metallb-speaker-image + BuildFlags: excludebuild:baremetal-operator-image + BuildFlags: excludebuild:ironic-ipa-downloader-image + BuildFlags: excludebuild:ironic-image + BuildFlags: excludebuild:kube-rbac-proxy-image %endif - %else # Only a subset of stack is arm64 ready %ifarch aarch64 @@ -73,6 +76,13 @@ BuildFlags: onlybuild:release-manifest-image BuildFlags: onlybuild:metallb-controller-image BuildFlags: onlybuild:metallb-speaker-image BuildFlags: onlybuild:nm-configurator + BuildFlags: onlybuild:baremetal-operator + BuildFlags: onlybuild:baremetal-operator-image + BuildFlags: onlybuild:ironic-ipa-ramdisk + BuildFlags: onlybuild:ironic-ipa-downloader-image + BuildFlags: onlybuild:ironic-image + BuildFlags: onlybuild:kube-rbac-proxy + BuildFlags: onlybuild:kube-rbac-proxy-image %endif %endif @@ -108,4 +118,4 @@ Macros: %clamp_mtime_to_source_date_epoch Y %use_source_date_epoch_as_buildtime Y %_buildhost reproducible -:Macros \ No newline at end of file +:Macros