build for amd64 on arm64

This commit is contained in:
2025-07-30 19:36:36 -05:00
parent 51b4400928
commit c4204822e0
4 changed files with 34 additions and 5 deletions

View File

@@ -0,0 +1 @@
entry.sh

View File

@@ -3,6 +3,6 @@ cd "$(dirname "$(readlink -f $0)")/.."
export FB_RUNNING_AS_SCRIPT=1
. main.sh
scr_name="$(bash_basename $0)"
cmd="${scr_name//.sh/}"
cmd="${scr_name//.sh}"
set -x
$cmd $@