This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aba2958
commit 91e4aa8
Showing
3 changed files
with
22 additions
and
21 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 |
---|---|---|
|
@@ -25,6 +25,8 @@ jobs: | |
- recipe-gnome.yml | ||
- recipe-gnome-nvidia.yml | ||
steps: | ||
- name: Maximize build space | ||
uses: ublue-os/remove-unwanted-software@v6 | ||
- name: Build Custom Image | ||
uses: blue-build/[email protected] | ||
with: | ||
|
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
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,19 +1,21 @@ | ||
type: default-flatpaks | ||
notify: true | ||
system: | ||
install: | ||
- org.mozilla.firefox | ||
- com.obsproject.Studio.Plugin.OBSVkCapture | ||
- org.freedesktop.Platform.VulkanLayer.OBSVkCapture | ||
- com.obsproject.Studio | ||
- org.gimp.GIMP | ||
- org.gimp.GIMP.Plugin.BIMP | ||
- org.gimp.GIMP.Plugin.Fourier | ||
- org.gimp.GIMP.Plugin.Lensfun | ||
- org.gimp.GIMP.Plugin.LiquidRescale | ||
- org.kde.digikam | ||
- com.github.qarmin.czkawka | ||
- org.darktable.Darktable | ||
- io.github.fabrialberio.pinapp | ||
- org.rncbc.qtractor | ||
- org.hydrogenmusic.Hydrogen | ||
notify: true | ||
system: | ||
install: | ||
- org.mozilla.firefox | ||
- com.obsproject.Studio.Plugin.OBSVkCapture | ||
- org.freedesktop.Platform.VulkanLayer.OBSVkCapture | ||
- com.obsproject.Studio | ||
- org.gimp.GIMP | ||
- org.gimp.GIMP.Plugin.BIMP | ||
- org.gimp.GIMP.Plugin.Fourier | ||
- org.gimp.GIMP.Plugin.Lensfun | ||
- org.gimp.GIMP.Plugin.LiquidRescale | ||
- org.kde.digikam | ||
- com.github.qarmin.czkawka | ||
- org.darktable.Darktable | ||
- io.github.fabrialberio.pinapp | ||
- org.rncbc.qtractor | ||
- org.hydrogenmusic.Hydrogen | ||
- org.ardour.Ardour | ||
- org.kde.kdenlive |