dropshell/packages/build_executables.sh
Your Name 422e75c5d4 .
2025-04-29 20:11:49 +12:00

7 lines
346 B
Bash
Executable File

# This script uses debian docker containers (not the host!) to do the following:
# 1. builds two executables from ../CMakeLists.txt (a C++ project)
# a) dropshell-x86_64, using musl and static linking
# b) dropshell-arm64, using musl and static linking
# the executables are copied to ./output, with the ownership changed to current user.