This commit is contained in:
Your Name 2025-04-29 20:08:47 +12:00
parent 19d528e738
commit fb9397e8e7

8
packages/build_executables.sh Executable file
View File

@ -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.