File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,13 @@ build386: ## Build tailscale CLI for linux/386
33
33
buildlinuxarm : # # Build tailscale CLI for linux/arm
34
34
GOOS=linux GOARCH=arm ./tool/go install tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled
35
35
36
- buildwasm : # # Build tailscale CLI for js/wasm
37
- GOOS=js GOARCH=wasm ./tool/go install ./cmd/tsconnect/wasm ./cmd/tailscale/cli
38
-
39
36
buildlinuxloong64 : # # Build tailscale CLI for linux/loong64
40
37
GOOS=linux GOARCH=loong64 ./tool/go install tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled
41
38
42
39
buildmultiarchimage : # # Build (and optionally push) multiarch docker image
43
40
./build_docker.sh
44
41
45
- check : staticcheck vet depaware buildwindows build386 buildlinuxarm buildwasm # # Perform basic checks and compilation tests
42
+ check : staticcheck vet depaware buildwindows build386 buildlinuxarm # # Perform basic checks and compilation tests
46
43
47
44
staticcheck : # # Run staticcheck.io checks
48
45
./tool/go run honnef.co/go/tools/cmd/staticcheck -- $$(./tool/go list ./... | grep -v tempfork )
You can’t perform that action at this time.
0 commit comments