1
0
mirror of https://github.com/b4tman/armhf-alpine-qemu.git synced 2024-12-04 17:16:53 +00:00

fix test Dockerfile

This commit is contained in:
Dmitry Belyaev 2021-10-11 10:10:10 +03:00
parent 43e702864a
commit b6b2fc3727
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

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