blue-build / cli

BlueBuild's command line program that builds custom Fedora Atomic images based on your recipe.yml
https://blue-build.org/
Apache License 2.0
66 stars 5 forks source link

feat: provide self-contained binary build #6

Open xynydev opened 7 months ago

xynydev commented 7 months ago
gmpinder commented 7 months ago

Yes, when we get a workflow setup with cargo smart-release (the release tool I've been using), I'll be able to start packaging binaries in the releases.

gmpinder commented 7 months ago

Actually, if you want you can run inside of the image I build. I package everything you need in registry.gitlab.com/wunker-bunker/blue-build:latest and registry.gitlab.com/wunker-bunker/blue-build:latest-alpine.

Obviously once we're building in github we'll want to use ghcr.io, but this will help reduce build times.