Skip to content

Commit

Permalink
build(deck): Build off of Zeliblue Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Dec 22, 2024
1 parent 2a1d0ad commit 4f9c5b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/gnome/zeliblue-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ alt-tags:
- testing

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: latest # latest is also supported if you want new updates ASAP
base-image: ghcr.io/zelikos/zeliblue
image-version: testing # latest is also supported if you want new updates ASAP

# list of modules, executed in order
# you can include multiple instances of the same module
Expand All @@ -17,12 +17,12 @@ modules:
- ARG ZELIBLUE_PRETTY_NAME="Zeliblue Deck"
- ARG ZELIBLUE_IMAGE_TAG=testing

- from-file: common/common-base.yml
# - from-file: common/common-base.yml

- from-file: testing/testing-kernel.yml
- from-file: testing/testing-packages.yml
# - from-file: testing/testing-kernel.yml
# - from-file: testing/testing-packages.yml

- from-file: gnome/gnome-base.yml
# - from-file: gnome/gnome-base.yml

- type: files
files:
Expand Down

0 comments on commit 4f9c5b1

Please sign in to comment.