-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixed
Description
One of the more frustrating elements of the build process is dealing with the Makefile syntax we're currently using:
- It's difficult to generate Makefiles programmatically
- The syntax doesn't lend itself well to multi stage builds
- It's quickly becoming complex
Ideally, we could try and replace this with a task runner which will allow us to generate these files programmatically with jk.
I've had some success before with https://github.com/go-task/task which uses a YAML config file, so we should try it out
jkodroff
Metadata
Metadata
Assignees
Labels
kind/engineeringWork that is not visible to an external userWork that is not visible to an external userresolution/fixedThis issue was fixedThis issue was fixed