The project fails to build on arm64 because the depedency package
vendor/src/github.com/spacemonkeygo/spacelog/capture_other.go
calls syscall.Dup2. arm64 supported syscall.Dup3
The issue is reported upstream as
https://github.com/spacemonkeygo/spacelog/issues/5
Attached is a patch that allows me to build on arm64.