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
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: