Skip to content

Commit

Permalink
build!:add wayblue hyprland image (nvidia only)
Browse files Browse the repository at this point in the history
  • Loading branch information
iotku committed Feb 11, 2025
1 parent c274047 commit af0978e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- nvidia-stable.yml
- nvidia-latest.yml
- nvidia-latest-noakmods.yml
- wayblue-hyprland-nvidia.yml
- cosmic-nvidia-latest.yml
steps:
- name: Build Custom Image
Expand Down
15 changes: 15 additions & 0 deletions recipes/wayblue-hyprland-nvidia.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# image will be published to ghcr.io/<user>/<name>
name: wayblue-hyprland-nvidia
# description will be included in the image's metadata
description: hyprland image from wayblue

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/wayblueorg/hyprland-nvidia
image-version: 41 # latest is also supported if you want new updates ASAP

# module configuration, executed in order
modules:
- from-file: image_configs/akmods.yml
- from-file: image_configs/common.yml
- from-file: image_configs/feature/add-fcitx.yml
- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit af0978e

Please sign in to comment.