Using the darwin arm64 binary from the 0.4.0 release, everything worked great, but it always used the file store and asked password for every invocation.
Supposedly it's because goreleaser doesn't have CGO_ENABLED during its builds. I think this issue explains the problem? 99designs/keyring#117
But I'm not familiar with the golang ecosystem. But I did compile manually instead of using the binary release with CGO_ENABLED=1 and it worked.
Using the darwin arm64 binary from the 0.4.0 release, everything worked great, but it always used the file store and asked password for every invocation.
Supposedly it's because goreleaser doesn't have CGO_ENABLED during its builds. I think this issue explains the problem? 99designs/keyring#117
But I'm not familiar with the golang ecosystem. But I did compile manually instead of using the binary release with CGO_ENABLED=1 and it worked.