-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
We would like to release a server/client from a single repo using goreleaser.
Describe the solution you'd like
Ideally we'd be able to create multiple archives - one for the server and one for the client. When installing the client, it shouldn't be required to get the server binary as well. We should also be able to limit the number of os/arch for client/server independently.
Describe alternatives you've considered
We're currently using multiple builds and the client and server get packaged in every archive.
Edit by @caarlos0:
- add multiple archives (with everything else using
archives[0]
) - add multiple nfpm support
- add multiple brew support
- add multiple scoop support
- add multiple snap support
- add multiple http/artifactory support
- add multiple s3/blob support
meisterluk, hanzei, kei2100, karlskewes, codyaray and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request