From c6189c5b5190a2ce3f19abc4f88f5e6275be4b06 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 1 Apr 2025 13:47:14 -0700 Subject: [PATCH] test/checkseccomp: add linux build tag This is a linux-only binary. Signed-off-by: Kir Kolyshkin --- test/checkseccomp/{checkseccomp.go => checkseccomp_linux.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/checkseccomp/{checkseccomp.go => checkseccomp_linux.go} (100%) diff --git a/test/checkseccomp/checkseccomp.go b/test/checkseccomp/checkseccomp_linux.go similarity index 100% rename from test/checkseccomp/checkseccomp.go rename to test/checkseccomp/checkseccomp_linux.go