-
Notifications
You must be signed in to change notification settings - Fork 555
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
Optimize the process of build repository iso #1185
Conversation
8967a05
to
d0f1526
Compare
1. Use a configuration file to manage the required packages instead of in Dockerfile, this way is more flexible and easier to maintain. 2. Build repository iso support debian9/debian10 and arm64 architecture. 3. Add github action workflow of auto build repository iso artifact. Signed-off-by: muzi502 <muzi502.li@gmail.com>
d0f1526
to
86e1a6f
Compare
Thanks for this contribution ! |
/lgtm |
LGTM label has been added. Git tree hash: 040b259a46159e42392673c4dfd78ed8a3e0ff55
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: muzi502, pixiake The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@all-contributors please add @muzi502 for code |
I've put up a pull request to add @muzi502! 🎉 |
Signed-off-by: muzi502 muzi502.li@gmail.com
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Does this PR introduced a user-facing change?
Additional documentation, usage docs, etc.:
Usage: run
make build-iso-${OS}
command in kubekey repoexample:
make build-iso-centos7
will build centos7 system repository iso artifactIn addition, if you run
make build-iso-all
, it will build all supported OS ISO (centos7 debian9 debian10 ubuntu1604 ubuntu1804 ubuntu2004)/cc @pixiake @24sama