Is your feature request related to a problem? Please describe.
It is not 100% a "problem" but I didnt find any flags to declare the host's target architecture. When someone is not on an x86 architecture, the build.sh script runs arch=$(uname -m) and will eventually download the zsh shell of the local machine. If the remote target is x86, this will fail to run
Describe the solution you'd like
Add a --target flag, or detect it automatically via the xxh command.
Describe alternatives you've considered
Download this repo and edit build.sh locally to download the correct target.
For community:
⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment
Is your feature request related to a problem? Please describe.
It is not 100% a "problem" but I didnt find any flags to declare the host's target architecture. When someone is not on an x86 architecture, the
build.shscript runsarch=$(uname -m)and will eventually download the zsh shell of the local machine. If the remote target is x86, this will fail to runDescribe the solution you'd like
Add a --target flag, or detect it automatically via the
xxhcommand.Describe alternatives you've considered
Download this repo and edit
build.shlocally to download the correct target.For community:
⬇️ Please click the 👍 reaction instead of leaving a
+1or 👍 comment