Keep supported CPUs list in order
This commit is contained in:
parent
924f9c86ea
commit
b2870e6f55
|
@ -3,9 +3,9 @@
|
|||
SUPPORTED_CPU = [
|
||||
"aarch64",
|
||||
"s390x",
|
||||
"x86_64",
|
||||
"wasm32",
|
||||
"wasm64",
|
||||
"x86_64",
|
||||
]
|
||||
|
||||
SUPPORTED_OS = [
|
||||
|
|
Loading…
Reference in New Issue