Beni

Results 6 comments of Beni

I am having the same issue in buildx on all platforms as the base platform i am building on: ``` docker buildx build --platform linux/arm/v7 . ``` the . at...

Maybe its because gradle is not searching recursively in the /opt/gradle folder and not finding the ant file which is located in the /opt/gradle/lib?

No I don't think so. ``` plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' id 'java' } group 'com.afkfish' version '0.2' repositories { mavenCentral() maven { url 'https://m2.dv8tion.net/releases' } } dependencies {...

I tried that the final solution was to change to arm64 (V8) and it worked just like a charm. But this is due to my lack of knowledge in raspberry...