mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[PR #423] [MERGED] First attempt at building linux/s390x Docker images. #555
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#555
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:develop📝 Commits (2)
6ef8fb0First attempt at building linux/s390x Docker images.a5986d1Adding 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.