Skip to content

Build aarch64 binary in release workflow#758

Merged
foxcpp merged 1 commit intofoxcpp:masterfrom
nurmukhametov:aarch64-release-binary
Feb 22, 2025
Merged

Build aarch64 binary in release workflow#758
foxcpp merged 1 commit intofoxcpp:masterfrom
nurmukhametov:aarch64-release-binary

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.

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