krasander
Results
2
comments of
krasander
So, is there a solution for this? I'm also trying to build an image for Raspberry Pi 3B+, but it's failing with the same error as described in the issue....
I'm not sure if this is what you meant, but I changed first line in `Dockerfile` to use `$TARGETPLATFORM` like so: ``` FROM --platform=$TARGETPLATFORM gradle:8-jdk17 AS build COPY --chown=gradle:gradle ....