[PR #423] [MERGED] First attempt at building linux/s390x Docker images. #555

Closed
opened 2026-03-15 14:25:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/423
Author: @deliberist
Created: 1/9/2025
Status: Merged
Merged: 1/18/2025
Merged by: @axllent

Base: developHead: develop


📝 Commits (2)

  • 6ef8fb0 First attempt at building linux/s390x Docker images.
  • a5986d1 Adding Darwin and Windows s390x exclusions to the release matrix.

📊 Changes

5 files changed (+14 additions, -7 deletions)

View changed files

📝 .github/workflows/build-docker-edge.yml (+1 -1)
📝 .github/workflows/build-docker.yml (+2 -2)
📝 .github/workflows/release-build.yml (+5 -1)
📝 README.md (+3 -3)
📝 install.sh (+3 -0)

📄 Description

What

I'm opening this pull request as an attempt to update Mailpit to build and release Docker images for the linux/s390x platform.

Why

There are use-cases where Docker images need to run on s390x systems. Yes it is a discontinued ISA, but it is still widely used. Many tools that build Docker images also include images for s390x.

I'm opening this pull request as an attempt to update Mailpit to build and release Docker images for that platform.

How

Mailpit's Docker image are based on Alpine, which also build Alpine for s390x. I've updated files that appear to be platform specific, or some platform specific verbiage.

I have not yet been able to test the Github Actions on the forked repo. So I would greatly appreciate if you're able to. No a big deal if not. It would just take more time for me to set up the Github actions so they do not conflict in any way with the upstream repo.

I'd really appreciate if this could make it into proper Mailpit releases. So I'm happy to accept feedback or further changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/423 **Author:** [@deliberist](https://github.com/deliberist) **Created:** 1/9/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@axllent](https://github.com/axllent) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (2) - [`6ef8fb0`](https://github.com/axllent/mailpit/commit/6ef8fb03a0865d8830ae79486e7488303a8c3395) First attempt at building linux/s390x Docker images. - [`a5986d1`](https://github.com/axllent/mailpit/commit/a5986d175fe0208f87f19e7089c710987b48ebb7) Adding Darwin and Windows s390x exclusions to the release matrix. ### 📊 Changes **5 files changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-docker-edge.yml` (+1 -1) 📝 `.github/workflows/build-docker.yml` (+2 -2) 📝 `.github/workflows/release-build.yml` (+5 -1) 📝 `README.md` (+3 -3) 📝 `install.sh` (+3 -0) </details> ### 📄 Description ## What I'm opening this pull request as an attempt to update Mailpit to build and release Docker images for the [linux/s390x](https://en.wikipedia.org/wiki/IBM_System/390) platform. ## Why There are use-cases where Docker images need to run on s390x systems. Yes it is a discontinued ISA, but it is still widely used. Many tools that build Docker images also include images for s390x. I'm opening this pull request as an attempt to update Mailpit to build and release Docker images for that platform. ## How Mailpit's Docker image are based on Alpine, which also build [Alpine for s390x](https://hub.docker.com/layers/library/golang/alpine/images/sha256-904b3eb3898b47e2fd84c626f6c8e5699e92f91c3433cedc837ed58c0c2698b2). I've updated files that appear to be platform specific, or some platform specific verbiage. I have not yet been able to test the Github Actions on the forked repo. So I would greatly appreciate if you're able to. No a big deal if not. It would just take more time for me to set up the Github actions so they do not conflict in any way with the upstream repo. I'd really appreciate if this could make it into proper Mailpit releases. So I'm happy to accept feedback or further changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:25:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#555
No description provided.