From 90504618d2febde1299496cc4ae3a60605d4df8c Mon Sep 17 00:00:00 2001 From: Justin Barksdale Date: Mon, 24 Jun 2024 12:35:11 -0400 Subject: [PATCH] Updated script to print profile for all images --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 125f25f4..ff411b10 100755 --- a/earthly.sh +++ b/earthly.sh @@ -65,7 +65,7 @@ if [[ "$1" == "+uki-genkey" ]]; then ./keys.sh secure-boot/ fi -if [[ "$1" == "+build-provider-images" ]] || [[ "$1" == "+build-provider-images-fips" ]] ; then +if [[ "$1" == "+build-all-images" ]] || [[ "$1" == "+build-provider-images" ]] || [[ "$1" == "+build-provider-images-fips" ]] ; then # Print the output for use in Palette Profile. echo -e '##########################################################################################################' echo -e '\nPASTE THE CONTENT BELOW INTO YOUR CLUSTER PROFILE IN PALETTE REPLACING ALL THE CONTENTS IN THE PROFILE\n'