Add extra (unsupported) container build arch's #1150

Closed
opened 2026-04-06 01:41:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 4/27/2024

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

*Originally created by @BlackDex on 4/27/2024* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1150