coreos/go-systemd

sdjournal doesn't build on arm64

arianvp opened this issue · 1 comments

go build github.com/coreos/go-systemd/v22/sdjournal -v
github.com/coreos/go-systemd/v22/internal/dlopen: build constraints exclude all Go files in /home/arian/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/internal/dlopen

I'm not sure why as I don't see anything amd64-specific in the build constraints.

The problem was Cgo. Sorry for the noise.