Update asciinema tutorial to use mage not compile-release-tools #367
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/documentation
Categorizes issue or PR as related to documentation.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
/kind documentation
What happened:
I was checking out
bom
and the instructions in the asciinema for building the tool are incorrect.Following kubernetes/release@9d20564#diff-6b680f315f5f071ad9a14ff82bfcf67880a01f26e03cafbb8bd2553a5c1b6ddd the asciinema tutorial is misleading as it mentions
./compile-release-tools
which no longer supports bomBased upon reading the github workflow config the current way for a local build should be
go run mage.go buildBinariesSnapshot
What you expected to happen:
Documentation containing build instructions works
The text was updated successfully, but these errors were encountered: