dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
34.78k stars 1.69k forks source link

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

Closed BlackDex closed 2 months ago

BlackDex commented 2 months ago

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

BlackDex commented 2 months ago

LGTM, just some typos.

Thanks, fixed.

Do these new architectures need to be running on their specific hosts for building or can they be cross-compiled?

These will be cross-compiled, the same as the others. The only thing for these is that they needed some adjustment on the OpenSSL variables, the others are configured correctly without needing these.