summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--logging/logging_arm64.go2
-rw-r--r--logging/logging_other.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/logging/logging_arm64.go b/logging/logging_arm64.go
index 03848bb..339d108 100644
--- a/logging/logging_arm64.go
+++ b/logging/logging_arm64.go
@@ -1,4 +1,4 @@
-// +build arm64
+// +build linux,arm64
package logging
diff --git a/logging/logging_other.go b/logging/logging_other.go
index fd88b83..792ae1e 100644
--- a/logging/logging_other.go
+++ b/logging/logging_other.go
@@ -1,5 +1,5 @@
// +build linux openbsd freebsd darwin
-// +build !arm64
+// +build !linux,arm64
package logging