Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix build failure installing nfpm
Before this fix we used the bin/get-github-release.go script to install nfpm. However this script fails scraping the downloads page when the target has more than a few download options. The alternative would be using the GitHub API but this needs authentication so as not to be rate limited on GitHub actions. This patch switches over to go install which is less efficient but should work in all circumstances.
- Loading branch information