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:
Benjamin Elder
2023-04-24 15:51:56 -07:00
parent fee2f5c5f0
commit 20df3b9e8e

View File

@@ -24,7 +24,3 @@ cd "${REPO_ROOT}"
# build kind
hack/release/build/cross.sh
# build kindnetd
cd "${REPO_ROOT}/images/kindnetd"
make build