Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Support matrix result override #77

Open
@wilsonehusin

Description

@wilsonehusin

While we currently support individual overlay of OS and Arch, such change applies across all matrix result. I think there might be value in allowing overrides for matrix result too. Consider this scenario:

myprogram-Darwin-amd64.zip
myprogram-Linux-amd64-static.zip

I'm thinking it might look like this:

overlay:
  OS:
    linux: Linux
    darwin: Darwin
overrides:
  - OS: linux
    Arch: amd64
    Value: 'myprogram-Linux-amd64-static.zip'

Not ideal that we have to do this, but I can understand scenarios of CGO compilation and why maintainers choose this route.

Metadata

Metadata

Assignees

No one assigned

    Labels

    brainstormNot yet implementable (e.g. design phase or blocked)good first issueGood for newcomersuxEnsures a good time when using the product

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions