Skip to content

Commit

Permalink
Updated script to print profile for all images
Browse files Browse the repository at this point in the history
  • Loading branch information
3pings committed Jun 24, 2024
1 parent 24a954d commit 9050461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9050461

Please sign in to comment.