Skip to content

Commit

Permalink
adds eks-d manifest url to br upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn committed Aug 21, 2023
1 parent 0c34559 commit 70ed2dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/kubernetes-sigs/image-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ $(ARTIFACTS_PATH)/bottlerocket/%:
curl https://cache.bottlerocket.aws/root.json -o $$BOTTLEROCKET_ROOT_JSON_PATH
sha512sum -c $(BOTTLEROCKET_DOWNLOAD_PATH)/bottlerocket-root-json-checksum
build/get_bottlerocket_artifacts.sh $(RELEASE_BRANCH) $(IMAGE_FORMAT) $(BOTTLEROCKET_DOWNLOAD_PATH) $(PROJECT_PATH)/$(RELEASE_BRANCH) $(LATEST_TAG)
mv $(BOTTLEROCKET_DOWNLOAD_PATH)/$(IMAGE_FORMAT)/*$(suffix $(@F)) $@
mv $(BOTTLEROCKET_DOWNLOAD_PATH)/$(IMAGE_FORMAT)/*$(suffix $(@F)) $@
echo $$(source $(BUILD_LIB)/common.sh && build::eksd_releases::get_release_yaml_url $(RELEASE_BRANCH)) > $(@D)/EKSD_MANIFEST_URL
@echo -e $(call TARGET_END_LOG)

# ex: upload-bottlerocket-1-ova, upload-bottlerocket-1-raw
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
EKSD_MANIFEST_URL
SHA256SUM
SHA256SUM.sha256
SHA256SUM.sha512
Expand Down

0 comments on commit 70ed2dd

Please sign in to comment.