mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-04 17:16:53 +00:00
Dockerfile for test
This commit is contained in:
parent
bedae4587d
commit
6a924f0a8a
8
test/Dockerfile
Normal file
8
test/Dockerfile
Normal 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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user