mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
don't build kindnetd image in build job
we have a post-submit build, if we need presubmit build we can add a dedicated job with appropriate resources building this is slow and we rarely make changes, and we don't immediately pickup the results until kindnetd image reference is upgraded anyhow.
This commit is contained in:
@@ -24,7 +24,3 @@ cd "${REPO_ROOT}"
|
||||
|
||||
# build kind
|
||||
hack/release/build/cross.sh
|
||||
|
||||
# build kindnetd
|
||||
cd "${REPO_ROOT}/images/kindnetd"
|
||||
make build
|
||||
|
||||
Reference in New Issue
Block a user