Skip to content

Issues with multiple build artifacts and packaging into archives #4624

Answered by caarlos0
safaci2000 asked this question in Q&A
Discussion options

You must be logged in to vote

ah, I actually gave you bad feedback it seems

it should be:

universal_binaries:
  - id: gdg
    name_template: gdg
    replace: true
    ids: [gdg]
  - id: gdg-generate
    name_template: gdg-generate
    replace: true
    ids: [gdg-generate]

you need to create one universal binary for each binary you are building... the ids: [foo bar] thing "worked" because it actually matched nothing, as foo bar was treated as a single item (it should have beend [foo, bar].

Anyway, the snipped above will fix all your problems :D

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@safaci2000
Comment options

@caarlos0
Comment options

@safaci2000
Comment options

@caarlos0
Comment options

Answer selected by caarlos0
@safaci2000
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants