Skip to content

please provide netbsd binaries #3425

@0-wiz-0

Description

@0-wiz-0

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

No one assigned

    Labels

    enhancementNew feature or improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions