ci: build linux/ppc64le release binaries#2279
Open
runlevel5 wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a linux/ppc64le target to the release build matrix so prebuilt asdf binaries are available for PowerPC LE users.
Changes:
- Adds an
includeentry to the build matrix inrelease-build.ymlforgoos: linux/goarch: ppc64le.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Stratus3D
approved these changes
May 14, 2026
Stratus3D
left a comment
Member
There was a problem hiding this comment.
Hi @runlevel5 , thanks for the PR! Yes, I'd be happy to have our release process generate your ppc64le binaries. I've got a couple questions:
- Instead of
includeshould we just addppc64leto the matrix and exclude it on MacOS? - Do you think we should run CI tests on
ppc64leas well?
Author
Ideally you should. Please apply for ppc64le GitHub runner with https://github.com/IBM/actionspz
Sure I will update the PR |
41c8196 to
defcd5b
Compare
Author
|
@Stratus3D the PR is ready for review |
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.
I'd like to express my gratitude to authors for creating this super useful toolings. I've been using asdf (pre-0.16) in enterprise environments for a quite awhile and was setting up an internal build system to compile asdf (post-0.16) from sources. It works just fine but inconvenient as the maintenance poses a bit of work. I would like to propose that the linux ppc64le binary could be shipped as part of the release process as it would greatly benefit many PowerPC users out there.