Skip to content

workflow: added github workflow automated linux-arm64 builds via native arm runners #16093

New issue

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

felix314159
Copy link

Rationale

There has been a demand for verifiable linux-arm64 builds for some time ( #11351 ) so I decided to create a Github workflow where you can specify the version string (e.g. v0.8.24) and it will build the binary and upload it as an artifact. Currently the workflow is configured to only manually run, but if feel free to modify this to e.g. build the latest version at every new release. I added one workflow that uses arm-native runners (fast) and a slow runner that uses qemu+x86 runners. I had to dynamically include cstdint library to fix the runner's build step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant