kubevela / kubevela/cloudshell
correct ttyd arm binaray
- Dominant language
- Shell
- Stars
- 0
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/kubevela/cloudshell/blob/main/install-ttyd.sh#L12
it use `ttyd.arm`
I believe it's not for arm server 64bit

my test result:
```
# my machine is Huawei Tanshan, ARMV8 64bit
[root@arm-taishanv1 ~]# arch
aarch64
[root@arm-taishanv1 ~]# ./ttyd.arm
-bash: ./ttyd.arm: 无法执行二进制文件
[root@arm-taishanv1 ~]#./ttyd.aarch64
ttyd is a tool for sharing terminal over the web
USAGE:
ttyd [options] []
VERSION:
1.6.3-3b174da
......
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with install-ttyd.sh at line 12 and compare the ttyd.arm binary selected there with the ttyd.aarch64 binary from the report. Test the installer on an ARMV8 aarch64 machine and confirm that the selected binary executes and displays the ttyd usage output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100