mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-21 18:33:34 +02:00
Use base image, add Makefile, compress RUN statements to save on disk space
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
2
linux-x86/i686-linux-gnu.sh
Normal file
2
linux-x86/i686-linux-gnu.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec ${0/${CROSS_TRIPLE}-/x86_64-linux-gnu-} -m32 "$@"
|
Reference in New Issue
Block a user