tomnomnom / gron

Make JSON greppable!
MIT License
13.73k stars 325 forks source link

`arm` build target #99

Open dotcs opened 2 years ago

dotcs commented 2 years ago

This PR adds the arm build target. This fixes #95.

Currently the following build targets are available with go v1.18. Please notice that darwin/arm is not a valid build target, which is why I have excluded it.

$ go tool dist list | grep arm
android/arm
android/arm64
darwin/arm64
freebsd/arm
freebsd/arm64
ios/arm64
linux/arm
linux/arm64
netbsd/arm
netbsd/arm64
openbsd/arm
openbsd/arm64
plan9/arm
windows/arm
windows/arm64