I'm running Docker in docker to build for armv7l, but I keep getting:
ERRO[0000] failure getting variant error="getCPUInfo for pattern: Cpu architecture: not found"
and the end result is an amd64 Docker image, built from within the armv7l/debian:buster setup in my workflow...how can this be?
I'm running Docker in docker to build for armv7l, but I keep getting:
ERRO[0000] failure getting variant error="getCPUInfo for pattern: Cpu architecture: not found"and the end result is an amd64 Docker image, built from within the armv7l/debian:buster setup in my workflow...how can this be?