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 #3047

Merged
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions projects/helm/helm/Help.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
##@ GIT/Repo Targets
clone-repo: ## Clone upstream `helm`
checkout-repo: ## Checkout upstream tag based on value in GIT_TAG file
patch-repo: ## Patch upstream repo with patches in patches directory

##@ Binary Targets
binaries: ## Build all binaries: `helm` for `linux/amd64 linux/arm64`
Expand Down
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 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-cloudstack-redhat-9 fake-redhat-9-cloudstack.qcow2 upload-artifacts-cloudstack-redhat-9 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 build-raw-redhat-9 fake-redhat-9-raw.gz upload-artifacts-raw-redhat-9 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-cloudstack-redhat-9 fake-redhat-9-cloudstack.qcow2 upload-artifacts-cloudstack-redhat-9 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 ###########################