Skip to content

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Sep 3, 2018

Adds support to multiple archives.

The idea is that you can:

archives:
- binaries: ['foo']
  format: 'tar.gz'
- format: zip
- binaries: ['bar']
  name_template: whatever

So, when binaries is not defined, all binaries are added. When there is some binary defined (which is the output of a build), it creates the archives with that binary only.

The same thing will be done in brew and scoop pipes - as they depend on the archives output.


  • support multiple archives
  • support multiple brews (for each archive for example)
  • support multiple scoops (for each archive for example)
  • support multiple http uploads (for each archive for example)
  • fix TODOs
  • run "real world tests"
  • update docs
  • gather feedback

closes #705

@caarlos0 caarlos0 mentioned this pull request Sep 3, 2018
7 tasks
@goreleaser goreleaser deleted a comment from GitCop Sep 18, 2018
@goreleaser goreleaser deleted a comment from GitCop Sep 18, 2018
@goreleaser goreleaser deleted a comment from GitCop Sep 18, 2018
This was referenced Sep 19, 2018
@caarlos0
Copy link
Member Author

this is proven to be way harder than previously anticipated :/

@stale
Copy link

stale bot commented Nov 4, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 4, 2018
@stale stale bot closed this Nov 11, 2018
@caarlos0 caarlos0 deleted the archives branch November 14, 2018 11:31
gardar added a commit to gardar/chroma that referenced this pull request Jan 15, 2020
alecthomas pushed a commit to alecthomas/chroma that referenced this pull request Jan 29, 2020
mrsdizzie pushed a commit to mrsdizzie/chroma that referenced this pull request Jul 15, 2020
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Multiple Archives
1 participant