Skip to content

Commit

Permalink
feat: build 39 + 40, kill surface (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames authored May 1, 2024
1 parent bb8d8ff commit b3d32be
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 23 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
# Add recipes for all the images you want to build here.
# Don't add module configuration files, you will get errors.
recipe:
- recipe.yml
- recipe-nvidia.yml
- recipe-surface.yml
- recipe-39.yml
- recipe-nvidia-39.yml
- recipe-40.yml
- recipe-nvidia-40.yml
# !!!

steps:
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions config/recipe-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# image will be published to ghcr.io/<user>/<name>
name: ublue
# description will be included in the image's metadata
description: scottames' custom Fedora Silverblue native container image powered by Universal Blue.
# 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: 40 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common-packages.yml
- from-file: common-scripts-post-packages.yml
- from-file: common-fonts.yml
- type: files
files:
- usr: /usr # copy static configurations
#
# copies config/files/usr into your image's /usr
#
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README
File renamed without changes.
23 changes: 23 additions & 0 deletions config/recipe-nvidia-40.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# image will be published to ghcr.io/<user>/<name>
name: ublue-nvidia
# description will be included in the image's metadata
description: scottames' custom Fedora Silverblue native container image powered by Universal Blue.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-nvidia
image-version: 40 # latest is also supported if you want new updates ASAP
# module configuration, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common-packages.yml
- from-file: common-scripts-post-packages.yml
- from-file: common-fonts.yml
- type: files
files:
- usr: /usr # copy static configurations
#
# copies config/files/usr into your image's /usr
#
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README
20 changes: 0 additions & 20 deletions config/recipe-surface.yml

This file was deleted.

0 comments on commit b3d32be

Please sign in to comment.