Skip to content

Commit

Permalink
Update search pattern for arch name in 'file' output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 15, 2024
1 parent 33e0e0f commit 687e6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suite/check_wheel_bin_arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
)

archs = {
"universal2": "???",
"x86_64": "x86-64",
"arm64": "???",
"universal2": "[x86_64:Mach-O 64-bit dynamically linked shared library x86_64] [arm64:Mach-O 64-bit dynamically linked shared library arm64]",
"x86_64": "x86_64",
"arm64": "arm64",
"aarch64": "ARM aarch64",
"i686": "Intel 80386",
"win32": "???",
Expand Down

0 comments on commit 687e6a1

Please sign in to comment.