Skip to content

Commit

Permalink
add addititonal stop aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Mar 25, 2024
1 parent 1e31219 commit 5d50e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/fetcher/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
)

Expand Down

0 comments on commit 5d50e8e

Please sign in to comment.