-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or improvementNew feature or improvement
Description
Your feature request related to a problem? Please describe.
I wanted to build https://github.com/anchore/syft
Its Makefile's bootstrap
target tries installing golangci-lint into a temporary directory, using the curl method.
This fails on my NetBSD 9.99.106/amd64 system with:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./.tmp/ v1.50.1
golangci/golangci-lint crit platform netbsd/amd64 is not supported. Make sure this script is up-to-date and file request at https://github.com/golangci/golangci-lint/issues/new
I checked the latest release's binary packages but there is no netbsd/* one listed.
Describe the solution you'd like.
Please provide NetBSD binaries.
Describe alternatives you've considered.
I could build them from source, but then I'd have to work around syft's Makefile.
Additional context.
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvement