From 26fe00e7bd25f8fde4b70c146f483e60f38bd87a Mon Sep 17 00:00:00 2001 From: James Tucker Date: Thu, 21 Apr 2022 09:58:54 -0700 Subject: [PATCH] .github/workflows: add cross-android Fixes 4482 Signed-off-by: James Tucker --- net/netns/netns_linux_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/netns/netns_linux_test.go b/net/netns/netns_linux_test.go index 38f989cea..d0be614ce 100644 --- a/net/netns/netns_linux_test.go +++ b/net/netns/netns_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 linux && !android +// +build linux,!android + package netns import (