First of all, thanks a lot for your work.
I'm sure there is something I don't get and that the source of my problems is not on your side, but... maybe you can help.
I have a project which aims to build a minimal image for ARMV7 (OrangePi Zero/Raspberry PI3B+) on DockerHub.
It builds when based on resin/qemux86-alpine:latest (but then can't execute on the Zero standard_init_linux.go:190: exec user process caused "exec format error").
It does not build when based on schmich/armv7hf-alpine-qemu:3.5:
Step 2/6 : RUN [ “cross-build-start” ] ---> Running in 895fcf627619 [91mstandard_init_linux.go:187: exec user process caused "exec format error" [0m Removing intermediate container 895fcf627619
I forked your project, and it does build.
Do you have any idea on what I am doing wrong, or if something has changed on DockerHub side, or yours?
First of all, thanks a lot for your work. I'm sure there is something I don't get and that the source of my problems is not on your side, but... maybe you can help. I have a project which aims to build a minimal image for ARMV7 (OrangePi Zero/Raspberry PI3B+) on DockerHub. It builds when based on resin/qemux86-alpine:latest (but then can't execute on the Zero
standard_init_linux.go:190: exec user process caused "exec format error"
). It does not build when based on schmich/armv7hf-alpine-qemu:3.5:I forked your project, and it does build. Do you have any idea on what I am doing wrong, or if something has changed on DockerHub side, or yours?