mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
[PR #4524] [MERGED] Add extra (unsupported) container build arch's #32468
Reference in New Issue
Block a user
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/dani-garcia/vaultwarden/pull/4524
Author: @BlackDex
Created: 4/27/2024
Status: ✅ Merged
Merged: 4/27/2024
Merged by: @dani-garcia
Base:
main← Head:add-extra-debian-archs📝 Commits (1)
504b18eAdd 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:
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.