mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
compile_table: adding mac M1 to report.
This commit is contained in:
parent
0dfb3e36ab
commit
219fc48487
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@ TARGETS = [
|
|||
"x86_64-pc-windows-gnu",
|
||||
"x86_64-pc-windows-msvc",
|
||||
# Apple
|
||||
"aarch64-apple-darwin",
|
||||
"x86_64-apple-darwin",
|
||||
"aarch64-apple-ios",
|
||||
"x86_64-apple-ios",
|
||||
|
@ -231,4 +232,4 @@ if __name__ == "__main__":
|
|||
|
||||
prev_table, _, _ = load_csv(CACHE_PATH)
|
||||
new_table = merge_tables(prev_table, table)
|
||||
save_csv(CACHE_PATH, new_table)
|
||||
save_csv(CACHE_PATH, new_table)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue