Maisem Ali
|
42d9e7171c
|
Makefile: add publishdevimage target
This builds and publishes the tailscale container image for dev testing.
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2022-10-21 10:19:06 -07:00 |
Maisem Ali
|
c3270af52b
|
Makefile: add target for wasm and make it part of check
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2022-08-15 09:43:35 -07:00 |
David Crawshaw
|
93324cc7b3
|
cmd/derper: add depaware.txt
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
|
2022-08-05 11:38:10 -07:00 |
Brad Fitzpatrick
|
e1309e1323
|
all: require Go 1.19
Updates #5210
Change-Id: I2e950b4776636b4ea89b6566b60e4a87596a3a43
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2022-08-02 11:49:01 -07:00 |
Brad Fitzpatrick
|
f6642e0ece
|
Makefile: add tidy target
Change-Id: I6cd3a6837f9ddfd283f57378465dcefa4d0ada47
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2022-03-21 11:06:13 -07:00 |
Maisem Ali
|
7f3d0992aa
|
Makefile: use ./tool/go everywhere
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2022-03-18 10:13:18 -07:00 |
Maisem Ali
|
0ada42684b
|
Makefile: update make spk target to use the new go spk builder
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2022-01-21 12:27:00 -08:00 |
Brad Fitzpatrick
|
c0984f88dc
|
Makefile: add spk and pushspk targets for iterative Synology development
Change-Id: I97319d14917aa2b00ff72a7b73b3db79ea8392b7
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-12-06 09:52:06 -08:00 |
Maisem Ali
|
9feb483ad3
|
build_docker.sh: use github.com/tailscale/mkctr instead of docker
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2021-11-22 11:39:30 -08:00 |
Mangirdas
|
f771327f0c
|
Add multiarch image make target
Updates #3112
Signed-off-by: Mangirdas <mangirdas@judeikis.lt>
|
2021-11-03 13:13:20 -07:00 |
Brad Fitzpatrick
|
af30897f0d
|
Makefile: add a linux/arm check
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-08-18 15:36:09 -07:00 |
Brad Fitzpatrick
|
a038e8690c
|
wgengine/netstack: fix 32-bit build broken from prior commit
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-03-01 11:19:31 -08:00 |
Brad Fitzpatrick
|
ee6475a44d
|
wgengine: unify NewUserspaceEngine, NewUserspaceEngineAdvanced
Also rename EngineConfig to Config to avoid wgengine.EngineConfig
stutter.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
|
2021-02-27 21:52:24 -08:00 |
Brad Fitzpatrick
|
5a94317628
|
Makefile: remove tsshd from depaware
I'd removed it from the GitHub actions checks before submitted earlier
but forgot to update it here.
|
2020-09-11 11:09:32 -07:00 |
Brad Fitzpatrick
|
158202dbb1
|
go mod tidy
|
2020-09-09 12:17:44 -07:00 |
Brad Fitzpatrick
|
5e0375808b
|
cmd/tailscale/cli: fix vet warning
And add vet to the "make check" target, like the CI has.
|
2020-08-24 21:35:27 -07:00 |
Brad Fitzpatrick
|
6757c990a8
|
Fix staticcheck warning, add Makefile with staticcheck targets, lock in staticcheck version in go.mod
|
2020-06-15 11:05:46 -07:00 |