Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support matrix result override #77

Open
wilsonehusin opened this issue May 3, 2022 · 0 comments
Open

Support matrix result override #77

wilsonehusin opened this issue May 3, 2022 · 0 comments
Labels
brainstorm Not yet implementable (e.g. design phase or blocked) good first issue Good for newcomers ux Ensures a good time when using the product

Comments

@wilsonehusin
Copy link
Member

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.

@wilsonehusin wilsonehusin added good first issue Good for newcomers ux Ensures a good time when using the product brainstorm Not yet implementable (e.g. design phase or blocked) labels May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brainstorm Not yet implementable (e.g. design phase or blocked) good first issue Good for newcomers ux Ensures a good time when using the product
Projects
None yet
Development

No branches or pull requests

1 participant