We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce, following instructions at https://github.com/obscuronet/go-obscuro/tree/main/tools/walletextension:
jwgcarlyle@penguin:~/github.com/obscuronet/go-obscuro/tools/walletextension$ env GOOS=linux GOARCH=amd64 go build -o ../bin/wallet_extension_linux_amd64 . jwgcarlyle@penguin:~/github.com/obscuronet/go-obscuro/tools/walletextension$ chmod +777 ../bin/wallet_extension_linux_amd64 jwgcarlyle@penguin:~/github.com/obscuronet/go-obscuro/tools/walletextension$ ../bin/wallet_extension_linux_amd64 ../bin/wallet_extension_linux_amd64: line 1: syntax error near unexpected token `newline' ../bin/wallet_extension_linux_amd64: line 1: `!<arch>'
The text was updated successfully, but these errors were encountered:
I'm building with go version go1.17.3 linux/amd64 in a debian environment on a chromebook, but don't think that should make a difference
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce, following instructions at https://github.com/obscuronet/go-obscuro/tree/main/tools/walletextension:
The text was updated successfully, but these errors were encountered: