Skip to content

Commit

Permalink
feat: Add Zeliblue COSMIC recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Aug 9, 2024
1 parent 98b0028 commit 8f658da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: bluebuild
on:
schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building)
- cron:
"00 17 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building)
push:
branches:
- main
Expand All @@ -24,12 +25,13 @@ jobs:
matrix:
recipe:
# !! Add your recipes here
- cosmic/zeliblue-cosmic.yml
- gnome/zeliblue.yml
- plasma/zeliblue-kinoite.yml
# - gnome/zeliblue-deck.yml
# - gnome/zeliblue-gts.yml
steps:
# the build is fully handled by the reusable github action
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/[email protected]
with:
Expand Down
20 changes: 20 additions & 0 deletions recipes/cosmic/zeliblue-cosmic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# image will be published to ghcr.io/<user>/<name>
name: zeliblue-cosmic
# description will be included in the image's metadata
description: An opinionated COSMIC desktop experience, based on Fedora Atomic

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/cosmic
image-version: latest

# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-bling.yml
- from-file: common/common-files.yml
- from-file: common/common-flatpaks.yml
- from-file: common/common-fonts.yml
- from-file: common/common-packages.yml
- from-file: common/common-scripts.yml
- from-file: common/common-systemd.yml
- from-file: common/common-modules.yml

0 comments on commit 8f658da

Please sign in to comment.