Keep supported CPUs list in order

This commit is contained in:
Michael Allwright 2024-08-14 14:25:00 +00:00
parent 924f9c86ea
commit b2870e6f55
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@
SUPPORTED_CPU = [
"aarch64",
"s390x",
"x86_64",
"wasm32",
"wasm64",
"x86_64",
]
SUPPORTED_OS = [