fix for arm build
This commit is contained in:
parent
4e3769e989
commit
b72b116c82
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
//go:build linux && arm64
|
||||
// +build linux,arm64
|
||||
//go:build linux && (arm64 || arm64be || arm || armbe)
|
||||
// +build linux
|
||||
// +build arm64 arm64be arm armbe
|
||||
|
||||
package logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue