generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sometimes, file returns the following output.
/path/to/myexecutable.artifactbundle/myexecutable-v0.2.1-macos/x86_64-apple-macosx/bin/myexecutable: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64]
/path/to/myexecutable.artifactbundle/myexecutable-v0.2.1-macos/x86_64-apple-macosx/bin/myexecutable (for architecture x86_64): Mach-O 64-bit executable x86_64
/path/to/myexecutable.artifactbundle/myexecutable-v0.2.1-macos/x86_64-apple-macosx/bin/myexecutable (for architecture arm64): Mach-O 64-bit executable arm64
For this output, it should returns x86_64 and arm64, but with the current regex, it returns x86_64
Metadata
Metadata
Assignees
Labels
No labels