diff options
| author | James Tucker <james@tailscale.com> | 2022-04-21 09:58:54 -0700 |
|---|---|---|
| committer | James Tucker <james@tailscale.com> | 2022-04-21 10:26:40 -0700 |
| commit | 20cd69097096ddfebd3b21c0d15d71d26e528186 (patch) | |
| tree | 34e0bd7fac0f269f82171d63b803ccaa94b5c3e5 /wgengine/monitor | |
| parent | 26fe00e7bd25f8fde4b70c146f483e60f38bd87a (diff) | |
| download | tailscale-cross-android.tar.xz tailscale-cross-android.zip | |
.github/workflows: add cross-androidcross-android
Fixes 4482
Signed-off-by: James Tucker <james@tailscale.com>
Diffstat (limited to 'wgengine/monitor')
| -rw-r--r-- | wgengine/monitor/monitor_linux_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wgengine/monitor/monitor_linux_test.go b/wgengine/monitor/monitor_linux_test.go index 25bad943f..7d42ff07a 100644 --- a/wgengine/monitor/monitor_linux_test.go +++ b/wgengine/monitor/monitor_linux_test.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build !android +// +build !android + package monitor import ( |
