mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Building for ARMv7 #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @breakingflower on GitHub (Oct 22, 2020).
I wanted to build for ARMv7 using your Dockerfile, straight from docker-compose.
Usefull system info:
The docker-compose build is unknown due to it being installed with pip3 (only way to get up to date docker-compose version).
I use the following compose file, copied largely from this
Building the
fremmen/planka:armimage is done usingdocker-compose build planka. The following errors occur:The required dependencies for sharp show that there are no sharp prebuild libvips.
Would be great to be able to build straight from GitHub for
ARMv7!@breakingflower commented on GitHub (Oct 22, 2020):
Upon further inspection, it can be observed that the generated download link for the sharp binaries is incorrect
I'm not sure why the linux version is translated into
linuxmuslinstead of justlinux. Maybe this error is not planka related but sharp-libvips. The filehttps://github.com/lovell/sharp-libvips/releases/download/v8.10.2-alpha2/libvips-8.10.2-linux-armv7.tar.brdoes exist.@meltyshev commented on GitHub (Nov 16, 2020):
After a full day of trying, I was able to compile libvips from the source. Sharp is successfully installed after that. Checking how Planks works with that and will commit this.