From fb9397e8e77d5b288d45bbbe6b00ed79d7c5502f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Apr 2025 20:08:47 +1200 Subject: [PATCH] . --- packages/build_executables.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 packages/build_executables.sh diff --git a/packages/build_executables.sh b/packages/build_executables.sh new file mode 100755 index 0000000..d354266 --- /dev/null +++ b/packages/build_executables.sh @@ -0,0 +1,8 @@ +# This script uses debian docker containers (not the host!) to do the following: +# 1. builds two executables: +# 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. + +