-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Passphrase environment variable #58
Comments
This was referenced Nov 27, 2023
rootulp
added a commit
to celestiaorg/celestia-app
that referenced
this issue
Dec 4, 2023
Closes #2729 This PR removes [checksum signing](https://goreleaser.com/customization/sign/) because goreleaser/goreleaser-cross#58. ## Testing The assets on https://github.com/rootulp/celestia-app/releases/tag/v1.0.0-rc52 OS | Platform | Ledger support --- | --- | --- Darwin | arm64 | ✅ Darwin | amd64 | ✅ Linux | arm64 | Linux | amd64 | ✅
mergify bot
pushed a commit
to celestiaorg/celestia-app
that referenced
this issue
Dec 4, 2023
Closes #2729 This PR removes [checksum signing](https://goreleaser.com/customization/sign/) because goreleaser/goreleaser-cross#58. ## Testing The assets on https://github.com/rootulp/celestia-app/releases/tag/v1.0.0-rc52 OS | Platform | Ledger support --- | --- | --- Darwin | arm64 | ✅ Darwin | amd64 | ✅ Linux | arm64 | Linux | amd64 | ✅ (cherry picked from commit 0e94856) # Conflicts: # .github/workflows/ci-release.yml # README.md # scripts/signing/verify-signature.sh
0xchainlover
pushed a commit
to celestia-org/celestia-app
that referenced
this issue
Aug 1, 2024
Closes celestiaorg/celestia-app#2729 This PR removes [checksum signing](https://goreleaser.com/customization/sign/) because goreleaser/goreleaser-cross#58. ## Testing The assets on https://github.com/rootulp/celestia-app/releases/tag/v1.0.0-rc52 OS | Platform | Ledger support --- | --- | --- Darwin | arm64 | ✅ Darwin | amd64 | ✅ Linux | arm64 | Linux | amd64 | ✅
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Thanks for this awesome project! I'm successfully using goreleaser-cross to build binaries for multiple platforms with CGO support. Tangent: our project needs this because it uses hardware wallets (i.e. Ledger) that depend on CGO.
Problem
I'm encountering an issue with signing here. Copy + pasted below for convenience
A quick ChatGPT search leads me to believe this is happening because the passphrase hasn't been plumbed through and the process is opening an interactive prompt to ask for the passphrase.
Proposal
Add an environment variable to plumb the passphrase through and provide it during the signing step in Goreleaser
The text was updated successfully, but these errors were encountered: