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

Replace Makefile with earthly #222

Open
2 tasks done
linuxluigi opened this issue Jan 6, 2023 · 4 comments
Open
2 tasks done

Replace Makefile with earthly #222

linuxluigi opened this issue Jan 6, 2023 · 4 comments
Assignees
Labels
proposal Feature request

Comments

@linuxluigi
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Makefiles are fast hard to read & to maintain. It would be nice to have a more elgant alternative like earthly.

Describe the solution you'd like

Replace current Makefile with an Earthly file. Earthly could also be split up into multiple files & folders. So this could also help to make go-template fit for more options, since not everything needs to be going into one file.
Also with earthly, supporting multiple CI provider would be much easier.

Describe alternatives you've considered

Keep the Makefile 😁

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@linuxluigi linuxluigi added the proposal Feature request label Jan 6, 2023
@linuxluigi
Copy link
Collaborator Author

This feature could also solve #16

@linuxluigi
Copy link
Collaborator Author

Also, this issue could be solved quit nice with earthly → #18

@linuxluigi
Copy link
Collaborator Author

Interesting discussion on Reddit about this topic -> https://www.reddit.com/r/golang/comments/10rq9u0/which_build_system_do_you_use/

@brumhard
Copy link
Contributor

I love earthly but I still think Makefile is the more widely used option. So I don't think we should replace it completely. Anyways, after we refactor to composable modules we can definitely tackle that together 👯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Feature request
Projects
None yet
Development

No branches or pull requests

2 participants