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

Adding 1 27 support #891

Closed
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix config
steve-fraser committed May 31, 2024
commit 4520a842bbd0de55fdcb631d8ce6027f128ac432
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ bundle-builder-publish-%:
cd ${BUNDLER_DIR}/ingredients/deb; docker build -t download .
docker run --rm --env KUBERNETES_VERSION=$* -v /tmp/ingredients:/ingredients download
cd ${BUNDLER_DIR}; docker build -t build .
docker run --rm -v /tmp/ingredients:/ingredients --env BUILD_ONLY=0 --env IMGPKG_ACTIVE_KEYCHAINS=github --env-file <(env | grep GITHUB) build ${STAGING_REGISTRY}/${IMAGE_NAME}/byoh-bundle-ubuntu_20.04.1_x86-64_k8s:$*
docker run --rm -v /tmp/ingredients:/ingredients --env BUILD_ONLY=0 --env IMGPKG_ACTIVE_KEYCHAINS=github --env GITHUB_TOKEN=${GITHUB_TOKEN} build ${STAGING_REGISTRY}/${IMAGE_NAME}/byoh-bundle-ubuntu_20.04.1_x86-64_k8s:$*