mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
build: support 32 bit of mips, remove darwin 32
This commit is contained in:
parent
f9a0d891a1
commit
1325148cd3
1 changed files with 6 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ all: build
|
|||
build: app
|
||||
|
||||
app:
|
||||
env GOOS=darwin GOARCH=386 go build -o ./frpc_darwin_386 ./src/cmd/frpc
|
||||
env GOOS=darwin GOARCH=386 go build -o ./frps_darwin_386 ./src/cmd/frps
|
||||
env GOOS=darwin GOARCH=amd64 go build -o ./frpc_darwin_amd64 ./src/cmd/frpc
|
||||
env GOOS=darwin GOARCH=amd64 go build -o ./frps_darwin_amd64 ./src/cmd/frps
|
||||
env GOOS=linux GOARCH=386 go build -o ./frpc_linux_386 ./src/cmd/frpc
|
||||
|
|
@ -24,3 +22,9 @@ app:
|
|||
env GOOS=linux GOARCH=mips64 go build -o ./frps_linux_mips64 ./src/cmd/frps
|
||||
env GOOS=linux GOARCH=mips64le go build -o ./frpc_linux_mips64le ./src/cmd/frpc
|
||||
env GOOS=linux GOARCH=mips64le go build -o ./frps_linux_mips64le ./src/cmd/frps
|
||||
|
||||
other:
|
||||
env GOOS=linux GOARCH=mips go build -o ./frpc_linux_mips ./src/cmd/frpc
|
||||
env GOOS=linux GOARCH=mips go build -o ./frps_linux_mips ./src/cmd/frps
|
||||
env GOOS=linux GOARCH=mipsle go build -o ./frpc_linux_mipsle ./src/cmd/frpc
|
||||
env GOOS=linux GOARCH=mipsle go build -o ./frps_linux_mipsle ./src/cmd/frps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue