We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to update some manifests lately and encountered two different set of issues:
Mostly caused by the jsonnet tools that have to be updated to be arm64 compatible. This is easy to solve.
It's not documented that macOS users have to install gnu-sed and findutils (for GNU xargs) and update the Makefile to make use of them.
The instructions provided at the moment do not work, because make vendor doesn't exist anymore.
make vendor
The text was updated successfully, but these errors were encountered:
Fixed by #343 and #344.
Sorry, something went wrong.
No branches or pull requests
I was trying to update some manifests lately and encountered two different set of issues:
Need fixing
ARM64 related issues with Golang based tools
Mostly caused by the jsonnet tools that have to be updated to be arm64 compatible. This is easy to solve.
Need updated documentation
GNU vs BSD tools
It's not documented that macOS users have to install gnu-sed and findutils (for GNU xargs) and update the Makefile to make use of them.
Jsonnet dependencies update
The instructions provided at the moment do not work, because
make vendor
doesn't exist anymore.The text was updated successfully, but these errors were encountered: