Add ppc64le, s390x support for upterm/uptermd#452
Merged
owenthereal merged 2 commits intoowenthereal:masterfrom Feb 8, 2026
Merged
Add ppc64le, s390x support for upterm/uptermd#452owenthereal merged 2 commits intoowenthereal:masterfrom
owenthereal merged 2 commits intoowenthereal:masterfrom
Conversation
This pull request adds support for building s390x, ppc64le: - binary tarballs - rpm / deb packages - container images
Contributor
There was a problem hiding this comment.
Pull request overview
Extends the release/build configuration to produce artifacts for ppc64le and s390x across GoReleaser outputs (binaries/packages) and multi-arch container publishing.
Changes:
- Add
ppc64leands390xto GoReleaser build matrices foruptermanduptermd. - Add
ppc64leands390xDocker buildx images and include them in the published manifest lists. - Update GitHub Actions QEMU setup to enable emulation for the new architectures during builds.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.goreleaser.yml |
Adds ppc64le/s390x build targets and corresponding Docker images + manifest entries. |
.github/workflows/build-and-release.yaml |
Enables QEMU for ppc64le/s390x so buildx can build/push those images. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The deprecated dockers + docker_manifests config is replaced with the new dockers_v2 format, which handles multi-platform builds and manifests in a single docker buildx invocation. The Dockerfile is updated to use TARGETPLATFORM for the pre-built binary stage.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 pull request adds support for building s390x, ppc64le: