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

[USB-image]Create a CI/CD builder for ISO/USB image #2

Open
sokoow opened this issue Apr 5, 2020 · 6 comments
Open

[USB-image]Create a CI/CD builder for ISO/USB image #2

sokoow opened this issue Apr 5, 2020 · 6 comments

Comments

@sokoow
Copy link
Owner

sokoow commented Apr 5, 2020

Create a CICD auto builder for the image. Cover these aspects:

  • A CICD account on some free service (travis? drone?)
  • a builder script
  • some way to publish built artifacts in releases page of the project
@bartsmykla
Copy link
Collaborator

I have knowledge about circleci and I cac quickly help with this one, if you want some other ci/cd solution I would have to spend some time learning it but it's also doable.

@bartsmykla
Copy link
Collaborator

bartsmykla commented Apr 6, 2020

Maybe using github actions would be even better actually

@pojntfx
Copy link

pojntfx commented Apr 9, 2020

I've actually written two microservices that do that (distributed, cached, queued):

I'm in the process of rewriting these and many other services in Go soon (see https://pojntfx.github.io/ipxebuilderd/ as an example for how these new services will function), but they could give you a quick start.

@3sky
Copy link

3sky commented Apr 14, 2020

Still open? I can help with GH Action.

@sokoow
Copy link
Owner Author

sokoow commented Apr 14, 2020

@3sky I've checked all the needed code and a semi-working makefile. The end result should:

  • invoke make and produce some artifacts (check config dir and makefile)
  • create a new release, check artifacts in there (especially zip file and new boot.ipxe)
  • somehow track back to release raw urls for files (we want this to be self contained and hosted off github only)

@3sky
Copy link

3sky commented Apr 15, 2020

Hey take a look on my fork https://github.com/3sky/globalhack-laptop-installer/pulse.
Releasing via v* in tag name, in case of any other commit just building ISO. If it's OK, I will remove tags and make PR.

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

No branches or pull requests

4 participants