You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
osx$ make shell
shell-container$ make cross
shell-container$ exit
osx$ cross/darwin/amd64/notary init example.com/scripts
* fatal: cannot get current user: user: Current not implemented on darwin/amd64
Looks like there is no darwin support for finding the home dir for static builds.
Do this:
Looks like there is no darwin support for finding the home dir for static builds.
This library looks like a good solution: https://github.com/mitchellh/go-homedir.
The text was updated successfully, but these errors were encountered: