Skip to content

Commit 5d50e8e

Browse files
committed
add addititonal stop aliases
1 parent 1e31219 commit 5d50e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/fetcher/fetch.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ var (
3838
"linux": {"linux64"},
3939
}
4040
stopAliases = map[string][]string{
41-
"amd64": {"arm"},
41+
"amd64": {"arm", "mips", "ppc", "risc", "s390"},
4242
"windows": {"darwin"},
4343
}
44+
4445
excludedSuffixes = []string{"sum", "sha256", "sbom", "pem", "sig", "rpm", "txt"}
4546
)
4647

0 commit comments

Comments
 (0)