-
I need to build a project rpm without a dependency on dev servers, but when I build it for staging or production I need that dep in place. Is there a way within goreleaser to do this? Something along the lines of a template condition or something else?
Or maybe there's a better way that doesn't include maintaining two separate yaml's? which is the direction I'm afraid I'll be forced to use atm. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hey, some fields are templateable, but I think dependencies aren't. You're probably better of with multiple goreleaser configs or using |
Beta Was this translation helpful? Give feedback.
hey, some fields are templateable, but I think dependencies aren't. You're probably better of with multiple goreleaser configs or using
envsubst
or something like that before goreleaser...