mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2790] [Feature Request] 添加对s390x架构的支持 #2230
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lemonawa on GitHub (Feb 9, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2790
Describe the feature request
对于s390x架构的介绍: https://en.wikipedia.org/wiki/Linux_on_IBM_Z
希望添加对此架构的支持,我手中有两台机器想要使用却用不了
Describe alternatives you've considered
none,不过golang是可以支持s390x的
Affected area
@fatedier commented on GitHub (Feb 9, 2022):
如果 go 本身支持,那么你可以自己下载源码编译,对于不是广泛使用的架构就不上传编译好的包了。
@Lemonawa commented on GitHub (Feb 9, 2022):
好的