mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #487] 增加darwin-arm64发版 #391
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#391
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 @ht-dep on GitHub (Jun 13, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/487
增加对mac arm版本的发版;
我实际上是遇到了一个问题,我执行go build 后,运行时 proxy rhttp -c rhttp.yaml, 发现不支持rhttp命令。
我搜了下代码也没找到rhttp在哪里定义的。
@ht-dep commented on GitHub (Jun 13, 2022):
amd64版本的 在m1 上可以执行,但是我自己编译的二进制 仍然是没有rhttp命令的
@neophack commented on GitHub (Jun 27, 2022):
我源码编译也没有rhttp,代码也没搜到rhttp