Build makefile to cross-compile eat for all os architures #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1 Introduce
Right now there is no workflow for this project that automatically builds executables for all operating systems and architectures when a new version is released.
This is very important for those non-expert users (e.g. testers), we can't assume that all end-users are willing to clone the project locally and compile the desired platform artifacts themselves.
2 Features
I added makefile and github workflows for auto build artifacts in local and remote respectively.
2.1 add Makefile
2.2 add GitHub workflow
2.3 add build time and hash
Release Preview
Note: the workflow will also generate release note from commits between current version and last version.
Now you can easily share
eat
with your friends or coworkers, privately or publicly. :)