mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Update gVisor to 20230417.0
This commit is contained in:
parent
a6a8c23d65
commit
209ec123ca
19 changed files with 1593 additions and 16 deletions
9
Makefile
9
Makefile
|
@ -1,3 +1,12 @@
|
|||
build:
|
||||
GOOS=darwin GOARCH=arm64 go build -v -tags with_gvisor .
|
||||
GOOS=ios GOARCH=arm64 go build -v -tags with_gvisor .
|
||||
GOOS=linux GOARCH=amd64 go build -v -tags with_gvisor .
|
||||
GOOS=linux GOARCH=arm64 go build -v -tags with_gvisor .
|
||||
GOOS=linux GOARCH=386 go build -v -tags with_gvisor .
|
||||
GOOS=linux GOARCH=arm go build -v -tags with_gvisor .
|
||||
GOOS=windows GOARCH=amd64 go build -v -tags with_gvisor .
|
||||
|
||||
fmt:
|
||||
@gofumpt -l -w .
|
||||
@gofmt -s -w .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue