Skip to content

1.8.7 GitHub Release & Homebrew custom tap binaries are arm64 instead of universal #635

@kiryanov

Description

@kiryanov

mas binary in all of the 1.8.7 release files only contains arm64 architecture. x86_64 is missing completely. The last version that works is 1.8.7-beta.43

Working version

$ ./mas version
1.8.7-beta.43
$ file mas
mas: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64Mach-O 64-bit executable x86_64] [arm64]
mas (for architecture x86_64):	Mach-O 64-bit executable x86_64
mas (for architecture arm64):	Mach-O 64-bit executable arm64

Non-working version (1.8.7 release)

$ ./mas version
./mas: Bad CPU type in executable
$ file mas
mas: Mach-O 64-bit executable arm64

Metadata

Metadata

Assignees

Labels

🍺 homebrew🐛 bug🧽 choreAdministrative task: documentation, build, test, release, git, etc.

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions