neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
149 stars 27 forks source link

add ARM64 AppImage build for 64-bit Raspberry pi #207

Open jannik-l opened 2 weeks ago

jannik-l commented 2 weeks ago

Hi, I wanted to run the bot on a Raspberry Pi 4 with a 64-bit OS. I added a ARM64 build argument to electron-build to build the AppImage.

Build works fine so far.

neopostmodern commented 1 week ago

Thanks for the PR! Does this create one or two AppImages? How does it affect file size? Definitely want to support arm64 AppImages, just wondering what the best way is.

jannik-l commented 1 week ago

This will create two separate AppImages. The ARM64 build is ~138 MB in size, so similar to the other builds.

neopostmodern commented 1 week ago

Sweet, great addition! I currently don't have time to work on the project and don't want to merge this until I can update the deploy script and website too. So I'll leave this open as a reminder for now, but will merge it eventually without further changes.