Cross compile CLI binaries for ARM#5176
Open
jdetter wants to merge 1 commit into
Open
Conversation
jdetter
commented
Jun 2, 2026
| # anyone who uses a linux distro that doesn't have glibc >= GLIBC_2.38 | ||
| - { name: x86_64 Linux, target: x86_64-unknown-linux-gnu, runner: ubuntu-22.04 } | ||
| - { name: aarch64 Linux, target: aarch64-unknown-linux-gnu, runner: arm-runner } | ||
| - { name: aarch64 Linux, target: aarch64-unknown-linux-gnu, runner: ubuntu-22.04 } |
Contributor
Author
There was a problem hiding this comment.
A good next step might be to make 22.04 runners in our github fleet so that we don't have to use the github based runners here. This is due to the GLIBC issue. Not something I'm going to focus on right now.
cloutiertyler
approved these changes
Jun 2, 2026
Contributor
cloutiertyler
left a comment
There was a problem hiding this comment.
If you deem this to be something that will reduce time rather than increase it, I'm good with this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
The objective here is to get rid of the arm runner that we have deployed which is very much underutilized and sometimes during the release is the bottleneck because it can only run a small amount of jobs at any given time. Instead, we will cross compile to ARM on our existing x86 github runner fleet.
API and ABI breaking changes
None - CI only change.
Expected complexity level and risk
1 - CI only change
Testing
https://github.com/clockworklabs/SpacetimeDB/actions/runs/26833018052