Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加LoongArch架构支持 #96

Closed
zoze0 opened this issue Mar 19, 2024 · 4 comments
Closed

增加LoongArch架构支持 #96

zoze0 opened this issue Mar 19, 2024 · 4 comments

Comments

@zoze0
Copy link

zoze0 commented Mar 19, 2024

No description provided.

@lonnywong
Copy link
Member

你用对应的 go 1.20 以上编译,应该是能用的。
https://tip.golang.org/doc/go1.19
GOOS=linux GOARCH=loong64 make

@zoze0
Copy link
Author

zoze0 commented Mar 20, 2024

是可以的, 希望在release里能增加loongarch架构

@lonnywong
Copy link
Member

是可以的, 希望在release里能增加loongarch架构

下个版本会自动增加 loong64 架构,在此之前可以这样验证下产物是否满足需求:

要先安装 go 1.20 以上,以及要安装 goreleaser,如下编译:

git clone https://github.com/trzsz/trzsz-ssh.git
cd trzsz-ssh
goreleaser release --clean --snapshot --skip=publish

产物在 disk 目录下:

  • tssh_0.1.19.next_linux_loong64.rpm
  • tssh_0.1.19.next_linux_loong64.tar.gz

@zoze0
Copy link
Author

zoze0 commented Mar 24, 2024

验证无误,使用正常

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants