[GH-ISSUE #2879] [Feature Request] 请问frpc能支持s390x架构吗? #2296

Closed
opened 2026-05-05 13:28:56 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @gitiy1 on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2879

Describe the feature request

我们公司的服务器是linux one,系统是Red Hat Enterprise Linux 7.9,最近正在进行一个项目,发现编译安装十分困难,请问frpc能否支持s390x架构?

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @gitiy1 on GitHub (Mar 31, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2879 ### Describe the feature request 我们公司的服务器是linux one,系统是Red Hat Enterprise Linux 7.9,最近正在进行一个项目,发现编译安装十分困难,请问frpc能否支持s390x架构? ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [X] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [x] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Mar 31, 2022):

https://go.dev/dl/

You can search in the website.

<!-- gh-comment-id:1084010980 --> @fatedier commented on GitHub (Mar 31, 2022): https://go.dev/dl/ You can search in the website.
Author
Owner

@Becods commented on GitHub (Mar 31, 2022):

18a2af4703/Makefile.cross-compiles (L5)

追加linux:s390x

然后

make -f ./Makefile.cross-compiles

或者

CGO_ENABLE=0 GOOS=linux GOARCH=s390x go build ./cmd/frpc
CGO_ENABLE=0 GOOS=linux GOARCH=s390x go build ./cmd/frps
<!-- gh-comment-id:1084316166 --> @Becods commented on GitHub (Mar 31, 2022): https://github.com/fatedier/frp/blob/18a2af47037874dfa76e99f2426609f715f89d1a/Makefile.cross-compiles#L5 追加```linux:s390x``` 然后 ``` make -f ./Makefile.cross-compiles ``` --- 或者 ``` CGO_ENABLE=0 GOOS=linux GOARCH=s390x go build ./cmd/frpc CGO_ENABLE=0 GOOS=linux GOARCH=s390x go build ./cmd/frps ```
Author
Owner

@1451522755 commented on GitHub (May 19, 2022):

这是我已经编译好支持s390x的frp
http://down.freenn.com/file/frp/frp-0.42.0/release/frpc_linux_s390x
http://down.freenn.com/file/frp/frp-0.42.0/release/frps_linux_s390x

<!-- gh-comment-id:1131371984 --> @1451522755 commented on GitHub (May 19, 2022): 这是我已经编译好支持s390x的frp http://down.freenn.com/file/frp/frp-0.42.0/release/frpc_linux_s390x http://down.freenn.com/file/frp/frp-0.42.0/release/frps_linux_s390x
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2296
No description provided.