aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-08-23 00:21:39 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2019-08-23 00:21:39 +0100
commitf97053b5f3c96ba124e4f5be06bf1ea4214771e8 (patch)
tree1e1e448044ce344a6485e8b898bb553d9d36dc4b
parent5e877101619eecfe715ac00696da40e8c24520cb (diff)
Only build Linux binaries
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 97a4b55..b1dcc28 100644
--- a/main.go
+++ b/main.go
@@ -3,6 +3,8 @@
// Use of this source code is governed by the ISC license that can be
// found in the LICENSE file.
+// +build linux
+
package main
import (