FROM b4tman/armhf-alpine-qemu:test

RUN [ "cross-build-start" ]

RUN sh -exc "[ \"armv7l\" = `uname -m` ]"

RUN [ "cross-build-end" ]