diff --git a/metrics/cpu_enabled.go b/metrics/cpu_enabled.go index 75e1c92e0e..b73d53643f 100644 --- a/metrics/cpu_enabled.go +++ b/metrics/cpu_enabled.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -// +build darwin,cgo dragonfly freebsd linux nacl netbsd openbsd solaris windows +// +build darwin,cgo dragonfly freebsd linux nacl netbsd openbsd solaris windows arm64 package metrics