You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
The original Makefile from CAPI expects to build clusterctl via make release-binaries and in CAPN we don't have these. We need to remove that from the make release target.
# Build binaries first.
/Applications/Xcode.app/Contents/Developer/usr/bin/make release-binaries
make[1]: *** No rule to make target `release-binaries'. Stop.
make: *** [release] Error 2
error: current-context must exist in order to minify
The text was updated successfully, but these errors were encountered:
The original
Makefile
from CAPI expects to buildclusterctl
viamake release-binaries
and in CAPN we don't have these. We need to remove that from themake release
target.The text was updated successfully, but these errors were encountered: