File tree Expand file tree Collapse file tree
projects/tinkerbell/tinkerbell Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ generate-staging-buildspec: | ensure-locale
211211 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " torvalds_linux" " $( BASE_DIRECTORY) /projects/torvalds/linux/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
212212 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " isc-projects_dhcp" " $( BASE_DIRECTORY) /projects/isc-projects/dhcp/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
213213 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " tinkerbell_hook" " $( BASE_DIRECTORY) /projects/tinkerbell/hook/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
214+ build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " tinkerbell_tinkerbell" " $( BASE_DIRECTORY) /projects/tinkerbell/tinkerbell/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
214215 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " tinkerbell_ipxedust" " $( BASE_DIRECTORY) /projects/tinkerbell/ipxedust/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
215216 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " tinkerbell_rufio" " $( BASE_DIRECTORY) /projects/tinkerbell/rufio/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
216217 build/lib/generate_staging_buildspec.sh $(BASE_DIRECTORY ) " tinkerbell_tink" " $( BASE_DIRECTORY) /projects/tinkerbell/tink/buildspecs/batch-build.yml" " $( BASE_DIRECTORY) /buildspec.yml" true
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ UPLOAD_DO_NOT_DELETE=true
4747# The chart is renamed from "tinkerbell" to "tinkerbell-helm" via sedfile to:
4848# 1. Avoid map key collision with the "tinkerbell" container image in release CLI
4949# 2. Match the AssetName which must end with "-chart" to be recognized as helm
50- HAS_HELM_CHART =true
50+ HAS_HELM_CHART? =true
5151HELM_DIRECTORY =helm/tinkerbell
5252HELM_SOURCE_REPOSITORY =tinkerbell
5353HELM_CHART_NAMES =tinkerbell-helm
Original file line number Diff line number Diff line change 2525 IMAGE_PLATFORMS : linux/amd64
2626 BINARY_PLATFORMS : linux/amd64
2727 IMAGE_TAG_SUFFIX : -amd64
28+ HAS_HELM_CHART : " false"
2829 - identifier : tinkerbell_tinkerbell_linux_arm64
2930 env :
3031 type : ARM_CONTAINER
3334 IMAGE_PLATFORMS : linux/arm64
3435 BINARY_PLATFORMS : linux/arm64
3536 IMAGE_TAG_SUFFIX : -arm64
37+ HAS_HELM_CHART : " false"
3638 - identifier : tinkerbell_tinkerbell_combine_images
3739 buildspec : buildspecs/combine-images.yml
3840 depend-on :
You can’t perform that action at this time.
0 commit comments