greizgh / vaultwarden-debian

vaultwarden_rs packaging tool
GNU General Public License v3.0
55 stars 16 forks source link

Support for arm32v7 #25

Closed christian-eriksson closed 3 years ago

christian-eriksson commented 3 years ago

Add a new option -a to the build script to allow the user to compile for arm32v7 architecture as well as amd64. If -a flag is omitted amd64 is still the default.

To test I've build with the -a arm32v7 on my Ubuntu 18.04 laptop and successfully installed and am running the result on my raspberry pi 4, running a 32-bit version of DietPi (Debian).

I saw there was an open issue (#12) for armhf support and a fork that seemed to work to I thought I'd create a PR, inspired by that fork. Have a look and see if it might be something for this project.

greizgh commented 3 years ago

Thank you for contributing :+1:

greizgh commented 3 years ago

Thank you @christian-eriksson