Charlie Schaubmair

Results 4 comments of Charlie Schaubmair

@i11 I tried it with your suggestion, but then I got the following error: `failed to solve: process "/bin/sh -c if [ \"${IMAGE_TYPE}\" = \"extras\" ]; then \tPATH=$PATH:/opt/conda/bin make -C...

> ```diff > services: > api: > ... > build: > ... > + platforms: > + - "linux/amd64" > ``` > > This should help With this it goes...