mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-02 07:46:37 +01:00
doc: Add linux-armv7 description.
This commit is contained in:
parent
8a21e98e63
commit
5c7abec2c4
@ -36,3 +36,10 @@ thewtex/cross-compiler-browser-asmjs
|
|||||||
thewtex/cross-compiler-linux-armv6
|
thewtex/cross-compiler-linux-armv6
|
||||||
|linux-armv6-images| Linux ARMv6 cross compiler toolchain for the Raspberry
|
|linux-armv6-images| Linux ARMv6 cross compiler toolchain for the Raspberry
|
||||||
Pi, etc.
|
Pi, etc.
|
||||||
|
|
||||||
|
|
||||||
|
.. |linux-armv7-images| image:: https://badge.imagelayers.io/thewtex/cross-compiler-linux-armv7:latest.svg
|
||||||
|
:target: https://imagelayers.io/?images=thewtex/cross-compiler-linux-armv7:latest
|
||||||
|
|
||||||
|
thewtex/cross-compiler-linux-armv7
|
||||||
|
|linux-armv7-images| Generic Linux armv7 cross compiler toolchain.
|
||||||
|
@ -21,6 +21,8 @@ test:
|
|||||||
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-browser-asmjs python /usr/src/test/run.py --emulator /usr/bin/node --exe-suffix ".js"
|
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-browser-asmjs python /usr/src/test/run.py --emulator /usr/bin/node --exe-suffix ".js"
|
||||||
- make linux-armv6
|
- make linux-armv6
|
||||||
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-armv6 python /usr/src/test/run.py --emulator /usr/bin/qemu-arm
|
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-armv6 python /usr/src/test/run.py --emulator /usr/bin/qemu-arm
|
||||||
|
- make linux-armv7
|
||||||
|
- docker run --rm -v ~/cross-compilers/test/:/usr/src/test:ro thewtex/cross-compiler-linux-armv7 python /usr/src/test/run.py --emulator /usr/bin/qemu-arm
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
hub:
|
hub:
|
||||||
@ -31,3 +33,4 @@ deployment:
|
|||||||
- docker push thewtex/cross-compiler-android-arm
|
- docker push thewtex/cross-compiler-android-arm
|
||||||
- docker push thewtex/cross-compiler-browser-asmjs
|
- docker push thewtex/cross-compiler-browser-asmjs
|
||||||
- docker push thewtex/cross-compiler-linux-armv6
|
- docker push thewtex/cross-compiler-linux-armv6
|
||||||
|
- docker push thewtex/cross-compiler-linux-armv7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user