José
commands composition?
Hi!
I need to build my go program but i have some options.
First:
- GOOS=linux GOARCH=arm64
- Native.
Second:
- Use X or Y implementation of a specific thing.
Third:
- If Y was chosen, three alternatives for a ldflag (let's call them: 'a', 'b', setted by the user as a var on the task call)
so, y commands could look like:
I'd like to call my tasks something like:
is there a way to do that?
3 replies