FROM b4tman/armhf-alpine-qemu:test RUN [ "cross-build-start" ] RUN sh -exc "[ \"armv7l\" = `uname -m` ] || exit 1" RUN [ "cross-build-end" ]