generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added default files and corrected a misspelling.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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 |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: Silverwing | ||
# description will be included in the image's metadata | ||
description: My variation of Waybue Hyprland. | ||
description: My spin of Wayblue Hyprland. | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/wayblueorg/hyprland # Wayblue Hyprland is the base. | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
image-version: 41 # latest is also supported if you want new updates ASAP | ||
|
||
modules: | ||
- from-file: virtualization.yml | ||
- from-file: default-files.yml | ||
- from-file: virtualization.yml # libvert and virt-manager | ||
- type: signing # this sets up the proper policy & signing files for signed images to work fully |