You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Sending build context to Docker daemon 22.42MB
Step 1/21 : FROM maven:3-jdk-11 AS scratch
3-jdk-11: Pulling from library/maven
no matching manifest for linux/arm/v7 in the manifest list entries
Would it be possible to modify the docker image build process so that all dependencies support linux/arm/v7 platform?
The text was updated successfully, but these errors were encountered:
Apparently the maven Docker image does support ARM v8, just not v7. Too bad.
It is certainly possible to use a vanilla image of some Linux distro that supports both 7 and 8, download Maven into it, and perform the same job. However, it is not on the immediate list of priorities for me.
When building on RPi4 I got the following message
Would it be possible to modify the docker image build process so that all dependencies support linux/arm/v7 platform?
The text was updated successfully, but these errors were encountered: