mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Reuse InterfaceFinder
This commit is contained in:
parent
f845cffeac
commit
9e1969527e
7 changed files with 26 additions and 56 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ build:
|
|||
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=android GOARCH=arm64 go build -v -tags with_gvisor .
|
||||
GOOS=windows GOARCH=amd64 go build -v -tags with_gvisor .
|
||||
|
||||
fmt:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue