Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile generated help #2663

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/kubernetes-sigs/image-builder/Help.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ patch-for-dep-update: ## After bumping dep in go.mod file and updating vendor, g
create-ecr-repos: ## Create repos in ECR for project images for local testing

##@ Build Targets
build: ## Called via prow presubmit, calls `build-raw-ubuntu-2004 fake-ubuntu-2004-raw.gz upload-artifacts-raw-ubuntu-2004 build-raw-ubuntu-2204 fake-ubuntu-2204-raw.gz upload-artifacts-raw-ubuntu-2204 build-raw-redhat-8 fake-redhat-8-raw.gz upload-artifacts-raw-redhat-8 release-raw-ubuntu-2004 upload-bottlerocket-1-raw build-ami-ubuntu-2004 build-ami-ubuntu-2204 upload-bottlerocket-1-ami packer/ova/vsphere.json build-ova-ubuntu-2004 fake-ubuntu-2004-ova.ova upload-artifacts-ova-ubuntu-2004 build-ova-ubuntu-2204 fake-ubuntu-2204-ova.ova upload-artifacts-ova-ubuntu-2204 build-ova-redhat-8 fake-redhat-8-ova.ova upload-artifacts-ova-redhat-8 build-ova-ubuntu-2004-efi fake-ubuntu-2004-ova-efi.ova upload-artifacts-ova-ubuntu-2004-efi build-ova-ubuntu-2204-efi fake-ubuntu-2204-ova-efi.ova upload-artifacts-ova-ubuntu-2204-efi upload-bottlerocket-1-ova build-cloudstack-redhat-8 fake-redhat-8-cloudstack.qcow2 upload-artifacts-cloudstack-redhat-8 build-nutanix-ubuntu-2004 build-nutanix-ubuntu-2204`
build: ## Called via prow presubmit, calls `build-raw-ubuntu-2004 fake-ubuntu-2004-raw.gz upload-artifacts-raw-ubuntu-2004 build-raw-ubuntu-2204 fake-ubuntu-2204-raw.gz upload-artifacts-raw-ubuntu-2204 build-raw-redhat-8 fake-redhat-8-raw.gz upload-artifacts-raw-redhat-8 metal-instance-test upload-bottlerocket-1-raw build-ami-ubuntu-2004 build-ami-ubuntu-2204 upload-bottlerocket-1-ami packer/ova/vsphere.json build-ova-ubuntu-2004 fake-ubuntu-2004-ova.ova upload-artifacts-ova-ubuntu-2004 build-ova-ubuntu-2204 fake-ubuntu-2204-ova.ova upload-artifacts-ova-ubuntu-2204 build-ova-redhat-8 fake-redhat-8-ova.ova upload-artifacts-ova-redhat-8 build-ova-ubuntu-2004-efi fake-ubuntu-2004-ova-efi.ova upload-artifacts-ova-ubuntu-2004-efi build-ova-ubuntu-2204-efi fake-ubuntu-2204-ova-efi.ova upload-artifacts-ova-ubuntu-2204-efi upload-bottlerocket-1-ova build-cloudstack-redhat-8 fake-redhat-8-cloudstack.qcow2 upload-artifacts-cloudstack-redhat-8 build-nutanix-ubuntu-2004 build-nutanix-ubuntu-2204`
release: ## Called via prow postsubmit + release jobs, calls `validate-supported-image-all release-ova-ubuntu-2004 upload-artifacts-ova-ubuntu-2004`
########### END GENERATED ###########################