Add extra (unsupported) container build arch's (#4524)
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
Showing
- docker/Dockerfile.alpine 2 additions, 1 deletiondocker/Dockerfile.alpine
- docker/Dockerfile.debian 9 additions, 1 deletiondocker/Dockerfile.debian
- docker/Dockerfile.j2 11 additions, 2 deletionsdocker/Dockerfile.j2
- docker/README.md 5 additions, 0 deletionsdocker/README.md
- docker/docker-bake.hcl 34 additions, 0 deletionsdocker/docker-bake.hcl
Please register or sign in to comment