You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
karm@mandrel-macos-aarch64-1 quarkus % uname -a
Darwin mandrel-macos-aarch64-1.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:49 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6020 arm64
It doesn't work as it seems it's not an aarch64 binary:
karm@mandrel-macos-aarch64-2 tmp % ./protoc-gen-grpc-java-1.64.0-osx-aarch_64.exe --something
zsh: bad CPU type in executable: ./protoc-gen-grpc-java-1.64.0-osx-aarch_64.exe
It has been a long time I worked with Mac OS and it is the first time I work with Mach-O arm64 executables, so take my report with a grain of salt. All in all I would assume that when I download an osx-aarch64 binary I should be able to run it without Rosetta and it is not the case with your distribution.
The text was updated successfully, but these errors were encountered:
I downloaded protoc-gen-grpc-java-1.64.0-osx-aarch_64.exe on my M2 Pro based Mac Mini system:
It doesn't work as it seems it's not an aarch64 binary:
Take a look:
It is
Mach-O 64-bit executable x86_64
.I have two identical systems available, so I installed Rosetta on the other one:
And now I can run the executable:
So, while e.g. my Java installation is Mach-0 arm64 executable:
Your osx aarch64 binary ain't:
It has been a long time I worked with Mac OS and it is the first time I work with Mach-O arm64 executables, so take my report with a grain of salt. All in all I would assume that when I download an osx-aarch64 binary I should be able to run it without Rosetta and it is not the case with your distribution.
The text was updated successfully, but these errors were encountered: