We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can start an aarch64 environment for every pull request so that ensuring our project is buildable on m1 mac and arm servers.
I've built a ubuntu-20.04-arm aws image:
ami-08e0452894e83fb5e # arm-github-actions 2022-02-25T08-31-07.693Z
The text was updated successfully, but these errors were encountered:
protobuf might be a problem.
protobuf
protocolbuffers/protobuf#8062
However, until today, the latest version of protoc is still x86_64 even it's named as aarch_64
protoc
aarch_64
$ file /Users/eric/Downloads/protoc-3.19.4-osx-aarch_64.exe /Users/eric/Downloads/protoc-3.19.4-osx-aarch_64.exe: Mach-O 64-bit executable x86_64
Sorry, something went wrong.
Not complete yet?
No branches or pull requests
We can start an aarch64 environment for every pull request so that ensuring our project is buildable on m1 mac and arm servers.
I've built a ubuntu-20.04-arm aws image:
The text was updated successfully, but these errors were encountered: