kubevela / kubevela/cloudshell

correct ttyd arm binaray

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
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

![image](https://user-images.githubusercontent.com/14049268/186561908-3cd665b0-ba39-4320-9b3a-8ef6c1ad8b34.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.