Dockerfile for test

This commit is contained in:
Dmitry Belyaev 2021-10-11 00:45:11 +03:00
parent bedae4587d
commit 6a924f0a8a
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 8 additions and 0 deletions

8
test/Dockerfile Normal file
View File

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