diff --git a/async_others.go b/async_others.go index 7154e3ae..9e4a3e67 100644 --- a/async_others.go +++ b/async_others.go @@ -1,5 +1,5 @@ -//go:build !linux -// +build !linux +//go:build !(linux && (arm64 || amd64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || loong64)) +// +build !linux !arm64,!amd64,!mips64,!mips64le,!ppc64,!ppc64le,!riscv64,!s390x,!loong64 package log