Add docker container with toolchain and libraries to build aarch64 binary
This commit is contained in:
7
docker/support/package-toolchain.sh
Executable file
7
docker/support/package-toolchain.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /opt/
|
||||
tar --xz -cvf rg35xx-toolchain.tar.xz rg35xx-toolchain/
|
||||
mv rg35xx-toolchain.tar.xz ~/workspace/
|
||||
|
||||
printf "rg35xx-toolchain.tar.xz can be shared as a blob\nby placing in support before calling 'make shell'\n"
|
||||
Reference in New Issue
Block a user