Skip to content

Commit

Permalink
Update recipe.yml
Browse files Browse the repository at this point in the history
Added default files and corrected a misspelling.
  • Loading branch information
eXsoR65 authored Nov 20, 2024
1 parent 1e8256a commit 2950d15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/recipe.yml
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

0 comments on commit 2950d15

Please sign in to comment.