This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change branding to atomic studio
- Loading branch information
1 parent
2c8c91c
commit cfa08c8
Showing
7 changed files
with
33 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,12 @@ name: bluebuild | |
on: | ||
schedule: | ||
- cron: "00 17 * * *" # build at 17:00 UTC every day | ||
# (20 minutes after last ublue images start building) | ||
push: | ||
paths-ignore: # don't rebuild if only documentation has changed | ||
paths-ignore: | ||
- "**.md" | ||
|
||
pull_request: | ||
workflow_dispatch: # allow manually triggering builds | ||
workflow_dispatch: | ||
jobs: | ||
bluebuild: | ||
name: Build Custom Image | ||
|
@@ -18,16 +17,14 @@ jobs: | |
packages: write | ||
id-token: write | ||
strategy: | ||
fail-fast: false # stop GH from cancelling all matrix builds if one fails | ||
fail-fast: false | ||
matrix: | ||
recipe: | ||
# !! Add your recipes here | ||
- recipe-latest.yml | ||
- recipe.yml | ||
- recipe-nvidia.yml | ||
- recipe-gnome.yml | ||
- recipe-gnome-nvidia.yml | ||
steps: | ||
# the build is fully handled by the reusable github action | ||
- name: Build Custom Image | ||
uses: blue-build/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ublue_variants: | ||
- label: tulilirockz/universal-studio | ||
- label: tulilirockz/atomic-studio | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: Universal Studio | ||
- label: Atomic Studio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: universal-studio-gnome-nvidia | ||
name: atomic-studio-gnome-nvidia | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
base-image: ghcr.io/ublue-os/silverblue-nvidia | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-gnome.yml | ||
- from-file: ./common/apps.yml | ||
- from-file: ./common/shared-sys.yml | ||
- from-file: ./common/apps-gnome.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: universal-studio-gnome | ||
name: atomic-studio-gnome | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
base-image: ghcr.io/ublue-os/silverblue-main | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-gnome.yml | ||
- from-file: ./common/apps.yml | ||
- from-file: ./common/shared-sys.yml | ||
- from-file: ./common/apps-gnome.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: universal-studio-nvidia | ||
name: atomic-studio-nvidia | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
base-image: ghcr.io/ublue-os/kinoite-nvidia | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-plasma.yml | ||
- from-file: ./common/apps.yml | ||
- from-file: ./common/shared-sys.yml | ||
- from-file: ./common/apps-plasma.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: universal-studio | ||
name: atomic-studio | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
base-image: ghcr.io/ublue-os/kinoite-main | ||
image-version: latest | ||
|
||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-plasma.yml | ||
- from-file: ./common/apps.yml | ||
- from-file: ./common/shared-sys.yml | ||
- from-file: ./common/apps-plasma.yml |