Replies: 1 comment
-
|
Hey, the documentation for nfpm, as a binary, can be found at https://nfpm.goreleaser.com The nFPM integration in GoReleaser both adds and hides things from the actual nfpm config file. Hope that helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm grateful for this project. It's saved me loads of time. Thank you!
It's mentioned in the commented config sample for standalone nfpm that templating won't be supported. Is that why
{{.Arch}}is available in nfpm only when the nfpm config is nested in a goreleaser config?I was hoping to use
{{.Arch}}in the the standalone nfpm and it seemed intuitive that it would be available in thecontentscontext the way it's demonstrated in the nested goreleaser config sample here: https://goreleaser.com/customization/nfpm/. I wasn't able to use the env var interpolation feature of standalone nfpm either because it's not available in thecontentscontext. I worked around this by moving the contents src file to a predictable location before running nfpm.Beta Was this translation helpful? Give feedback.
All reactions