LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Build ARM images with github actions in the docker repository #191

Closed derneuere closed 3 years ago

derneuere commented 3 years ago

Describe the enhancement you'd like It would be great if we could add an automated build process which would also build ARM images after a commit. I propose we use the existing GitHub actions pipeline and extend it.

Describe why this will benefit the LibrePhotos Automated builds will save alot of developer time.

Additional context We just have to follow this tutorial for the most part I think: https://medium.com/swlh/using-github-actions-to-build-arm-based-docker-images-413a8d498ee

derneuere commented 3 years ago

This is now implemented