Skip to content

Commit 243e14a

Browse files
Add tinkerbell mono repo project to build spec list (#5193)
1 parent dcb7348 commit 243e14a

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

projects/tinkerbell/tinkerbell/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5151
HELM_DIRECTORY=helm/tinkerbell
5252
HELM_SOURCE_REPOSITORY=tinkerbell
5353
HELM_CHART_NAMES=tinkerbell-helm

projects/tinkerbell/tinkerbell/buildspecs/batch-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ batch:
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
@@ -33,6 +34,7 @@ batch:
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:

0 commit comments

Comments
 (0)