chore: test with two recipes
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
recipe:
|
recipe:
|
||||||
- recipe.yml
|
- recipe.yml
|
||||||
|
- recipe-38.yml
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Checkout push-to-registry action GitHub repository
|
# Checkout push-to-registry action GitHub repository
|
||||||
|
|||||||
30
recipe-38.yml
Normal file
30
recipe-38.yml
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# the image will be at ghcr.io/yourusername/name
|
||||||
|
name: startingpoint
|
||||||
|
|
||||||
|
# what native container image to build on top of
|
||||||
|
# images not built by ublue might function unexpectly
|
||||||
|
base-container: ghcr.io/ublue-os/silverblue-main
|
||||||
|
|
||||||
|
# what fedora version to use, you can just change this to update
|
||||||
|
fedora-version: 38
|
||||||
|
|
||||||
|
# this description will be visible in the containers metadata
|
||||||
|
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
|
||||||
|
|
||||||
|
# these rpms will be installed from the fedora repository
|
||||||
|
# using rpm-ostree and will be preinstalled in the final image
|
||||||
|
rpms:
|
||||||
|
- python3-pip # needed for yafti (the first boot installer)
|
||||||
|
|
||||||
|
# these flatpaks (from flathub) will be available for install on boot
|
||||||
|
# this is just an example selection, and even if you leave it empty,
|
||||||
|
# you'll have the basic options available in yafti
|
||||||
|
flatpaks:
|
||||||
|
- org.mozilla.firefox
|
||||||
|
- org.mozilla.Thunderbird
|
||||||
|
- com.mattjakeman.ExtensionManager
|
||||||
|
- org.libreoffice.LibreOffice
|
||||||
|
- org.gnome.DejaDup
|
||||||
|
- org.gustavoperedo.FontDownloader
|
||||||
|
- com.github.tchx84.Flatseal
|
||||||
|
- io.github.celluloid_player.Celluloid
|
||||||
Reference in New Issue
Block a user