feat: add s390x and ppc64le support - #257
Merged
Merged
Conversation
|
|
pacostas
requested changes
Jun 15, 2026
Nachiket-Roy
marked this pull request as draft
June 15, 2026 11:16
5 tasks
Nachiket-Roy
force-pushed
the
add-s390x-ppc64le
branch
from
June 15, 2026 11:34
ce07305 to
e53c03e
Compare
Nachiket-Roy
marked this pull request as ready for review
June 15, 2026 11:34
pacostas
force-pushed
the
add-s390x-ppc64le
branch
from
June 15, 2026 12:24
e53c03e to
ac0e474
Compare
pacostas
approved these changes
Jun 15, 2026
This was referenced Jun 15, 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.
Summary
This PR adds support for the
s390x(IBM Z) andppc64le(PowerPC 64-bit Little Endian) architectures to thejammy-tinystack. It updates the stack definition (stack.toml), internal tooling (scripts/.util/tools.sh), andimages.jsonto include these new architectures. It also extends the metadata and buildpack integration tests to verify successful builds for both platforms.Use Cases
This change enables Paketo Buildpacks users to build, run, and deploy applications on IBM Z and PowerPC architectures using the
jammy-tinystack, expanding the platform compatibility footprint for multi-architecture deployments.Checklist