diff --git a/pkg/fetcher/fetch.go b/pkg/fetcher/fetch.go index 6886fbb..056af6f 100644 --- a/pkg/fetcher/fetch.go +++ b/pkg/fetcher/fetch.go @@ -38,9 +38,10 @@ var ( "linux": {"linux64"}, } stopAliases = map[string][]string{ - "amd64": {"arm"}, + "amd64": {"arm", "mips", "ppc", "risc", "s390"}, "windows": {"darwin"}, } + excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt"} )