Skip to content
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

Build aarch64 binary in release workflow #758

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

nurmukhametov
Copy link
Contributor

Add an extra job to the release pipeline to build the aarch64 binary.

This PR fixes #752.

Building in a Docker container is a workaround for the issue of JavaScript-based GitHub Actions not being supported in Alpine containers on the Arm64 platform. Otherwise, we could completely reuse artifact-builder-x86 as a matrix job by running it on an Arm runner. This could be done later when upload-artifact works in an Alpine Arm64 container.

This issue actions/runner#801 in Action runners seems to be related, and its potential fix is here (actions/runner#3665).

Building in a Docker container is a workaround for the issue of
JavaScript-based GitHub Actions not being supported in Alpine
containers on the Arm64 platform. Otherwise, we could completely reuse
artifact-builder-x86 as a matrix job by running it on an Arm runner.
This could be done later when upload-artifact works in an Alpine Arm64
container.
@foxcpp
Copy link
Owner

foxcpp commented Feb 22, 2025

Thanks! Will merge and see how it works with the next release.

@foxcpp foxcpp merged commit d97f9cb into foxcpp:master Feb 22, 2025
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.

Release Prebuilt AArch64 Binaries
2 participants