2019-02-10 13:04:11 -05:00
|
|
|
SUPPORTED_MATRIX = [
|
2020-07-18 22:40:33 -04:00
|
|
|
("windows", "amd64", "0"),
|
|
|
|
("windows", "386", "0"),
|
|
|
|
("windows", "arm", "7"),
|
|
|
|
("darwin", "amd64", "0"),
|
|
|
|
("linux", "amd64", "0"),
|
|
|
|
("linux", "386", "0"),
|
|
|
|
("linux", "arm64", "0"),
|
|
|
|
("linux", "arm", "7"),
|
|
|
|
("linux", "arm", "6"),
|
|
|
|
("linux", "arm", "5"),
|
|
|
|
("linux", "mips64", "0"),
|
|
|
|
("linux", "mips", "0"),
|
|
|
|
("linux", "mips64le", "0"),
|
|
|
|
("linux", "mipsle", "0"),
|
|
|
|
("linux", "ppc64", "0"),
|
|
|
|
("linux", "ppc64le", "0"),
|
|
|
|
("linux", "s390x", "0"),
|
|
|
|
("freebsd", "amd64", "0"),
|
|
|
|
("freebsd", "386", "0"),
|
|
|
|
("openbsd", "amd64", "0"),
|
|
|
|
("openbsd", "386", "0"),
|
|
|
|
("dragonfly", "amd64", "0"),
|
2019-02-10 13:04:11 -05:00
|
|
|
]
|