Migrating to ARM64 github runners only#113
Merged
simonbeaudoin0935 merged 3 commits intomainfrom Mar 3, 2026
Merged
Conversation
49dd6e8 to
787da65
Compare
keerthi-go
previously approved these changes
Feb 17, 2026
|
Err why not use https://github.com/qualcomm-linux/apt-artifactory-action/ |
805a229 to
d9ac8d4
Compare
1b2cab5 to
66eb119
Compare
7b68d3a to
416867c
Compare
1a4f7f7 to
2c5262d
Compare
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
2c5262d to
1bfa0a5
Compare
keerthi-go
approved these changes
Mar 3, 2026
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.
This PR removes the runners selection altogether. Before this, a user could pass a runners selection because at the time github only provided amd64 runenrs, and we had what seemed to be working amd64 cross-compilation. Now that github released native arm64 machines and the amd64 cross-compilation docker-pkg-build proved to be not reliable, the decision to drop amd64 altogether has been made.
This removes runner selection to ensure there is only one way of doing things, which is native arm64 builds and that is dictated by the reulsable workflows themselves