fix test Dockerfile

This commit is contained in:
2021-10-11 10:10:10 +03:00
parent 43e702864a
commit b6b2fc3727
+1 -1
View File
@@ -2,7 +2,7 @@ FROM b4tman/armhf-alpine-qemu:test
RUN [ "cross-build-start" ]
RUN sh -exc "[ \"armv7l\" = `uname -m` ] || exit 1"
RUN sh -exc "[ \"armv7l\" = `uname -m` ]"
RUN [ "cross-build-end" ]