rr- / szurubooru

Image board engine, Danbooru-style.
GNU General Public License v3.0
704 stars 178 forks source link

Client doesn't build #471

Closed JunkMeal closed 2 years ago

JunkMeal commented 2 years ago

I am using a Raspberry Pi, and I was trying to change the images and the CSS. OS: Debian GNU/Linux 10 (buster) aarch64 Error:

pi@raspberrypi:~/szuru $ docker-compose build 
sql uses an image, skipping
server uses an image, skipping
Building client
Sending build context to Docker daemon  2.336MB
Step 1/23 : FROM --platform=$BUILDPLATFORM node:lts as builder
failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument
ERROR: Service 'client' failed to build : Build failed
JunkMeal commented 2 years ago

Fixed it using https://github.com/rr-/szurubooru/issues/469