[PR #4524] [MERGED] Add extra (unsupported) container build arch's #20279

Closed
opened 2026-04-25 22:26:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4524
Author: @BlackDex
Created: 4/27/2024
Status: Merged
Merged: 4/27/2024
Merged by: @dani-garcia

Base: mainHead: add-extra-debian-archs


📝 Commits (1)

  • 504b18e Add extra (unsupported) container build arch's

📊 Changes

5 files changed (+61 additions, -4 deletions)

View changed files

📝 docker/Dockerfile.alpine (+2 -1)
📝 docker/Dockerfile.debian (+9 -1)
📝 docker/Dockerfile.j2 (+11 -2)
📝 docker/README.md (+5 -0)
📝 docker/docker-bake.hcl (+34 -0)

📄 Description

There was a PR (#4370) to add i686/i386 support for Vaultwarden. That specific PR was not a viable way of adding this.

This PR adds extra architectures for Debian based containers which we will not support by default. Those images will not be build and pushed to our container registries.

Added the following architectures:

  • linux/386
  • linux/ppc64le
  • linux/s390x

Again, there will be no major support for these architectures, but it will allow people who use these architectures to build a Debian based binary more easily

Closes #4370


🔄 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/dani-garcia/vaultwarden/pull/4524 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 4/27/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `add-extra-debian-archs` --- ### 📝 Commits (1) - [`504b18e`](https://github.com/dani-garcia/vaultwarden/commit/504b18ef8612811b766a427000b5207fcf336801) Add extra (unsupported) container build arch's ### 📊 Changes **5 files changed** (+61 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docker/Dockerfile.alpine` (+2 -1) 📝 `docker/Dockerfile.debian` (+9 -1) 📝 `docker/Dockerfile.j2` (+11 -2) 📝 `docker/README.md` (+5 -0) 📝 `docker/docker-bake.hcl` (+34 -0) </details> ### 📄 Description There was a PR (#4370) to add i686/i386 support for Vaultwarden. That specific PR was not a viable way of adding this. This PR adds extra architectures for Debian based containers which we will not support by default. Those images will not be build and pushed to our container registries. Added the following architectures: - linux/386 - linux/ppc64le - linux/s390x Again, there will be no major support for these architectures, but it will allow people who use these architectures to build a Debian based binary more easily Closes #4370 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 22:26:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#20279