mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
metrics: enable CPU stats (gosigar) on arm64.
This commit is contained in:
parent
0b6eabf0dd
commit
5bd80cba09
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
// +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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue