.github/workflows: put back CLI in cross-wasm GitHub action
Since we're keeping the JS support in the CLI (see https://github.com/tailscale/tailscale/pull/5265#issuecomment-1203078243), make sure it keeps building. Signed-off-by: Mihai Parparita <mihai@tailscale.com>pull/5272/head
parent
e846481731
commit
9dfcdbf478
|
@ -29,7 +29,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GOOS: js
|
GOOS: js
|
||||||
GOARCH: wasm
|
GOARCH: wasm
|
||||||
run: go build ./cmd/tsconnect/wasm
|
run: go build ./cmd/tsconnect/wasm ./cmd/tailscale/cli
|
||||||
|
|
||||||
- name: tsconnect static build
|
- name: tsconnect static build
|
||||||
# Use our custom Go toolchain, we set build tags (to control binary size)
|
# Use our custom Go toolchain, we set build tags (to control binary size)
|
||||||
|
|
Loading…
Reference in New Issue