-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added ujust get-decky-bazzite-buddy to view changelogs in game …
…mode (#2108) * chore(repo): Update opengraph images * Revert "feat: Update to kernel 6.12.8-207" This reverts commit b645716. * chore(deps): update wandalen/wretry.action action to v3.8.0 (#2095) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update bazzite-steam (#2099) * feat: ujust install-bazzite-buddy to view changelogs in game mode * fix: moved install-bazzite-buddy to deck specific just file * fix: rename get-decky-bazzite-buddy, move to 80-bazzite.just * remove script from 85-bazzite-image * chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16 (#2124) Bumps [dataaxiom/ghcr-cleanup-action](https://github.com/dataaxiom/ghcr-cleanup-action) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/dataaxiom/ghcr-cleanup-action/releases) - [Commits](dataaxiom/ghcr-cleanup-action@v1.0.15...v1.0.16) --- updated-dependencies: - dependency-name: dataaxiom/ghcr-cleanup-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump hhd-dev/rechunk from 1.1.1 to 1.1.2 (#2123) Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/hhd-dev/rechunk/releases) - [Changelog](https://github.com/hhd-dev/rechunk/blob/master/example_changelog.md) - [Commits](hhd-dev/rechunk@v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(ci): Complete rechunker update * feat: change opentabletdriver installation to flathub version (#2128) * Revert "Merge branch 'ublue-os:main' into changelog-decky" This reverts commit b3f692a, reversing changes made to 315f813. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Kyle Gospodnetich <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sean <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dreamyuki <[email protected]>
- Loading branch information
1 parent
4688631
commit 0ac4502
Showing
5 changed files
with
60 additions
and
25 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 |
---|---|---|
|
@@ -200,7 +200,7 @@ jobs: | |
sudo podman pull ${{ env.PULL_IMAGE_REGISTRY }}/akmods-${{ matrix.target_nvidia_flavor }}:${{ matrix.kernel_flavor}}-${{ matrix.fedora_version }}-${{ matrix.kernel_version }} | ||
# Add rechunk as well to remove this source of failure | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.2 | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.1 | ||
- name: Get source versions | ||
id: labels | ||
|
@@ -320,9 +320,9 @@ jobs: | |
# Reprocess raw-img using rechunker which will delete it | ||
- name: Run Rechunker | ||
id: rechunk | ||
uses: hhd-dev/[email protected].2 | ||
uses: hhd-dev/[email protected].1 | ||
with: | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.2' | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.1' | ||
ref: 'raw-img' | ||
prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}' | ||
version: '${{ steps.generate-version.outputs.tag }}' | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
packages: write | ||
steps: | ||
- name: Delete Images Older Than 90 Days | ||
uses: dataaxiom/[email protected].16 | ||
uses: dataaxiom/[email protected].15 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
packages: bazzite,bazzite-ally-budgie,bazzite-asus-nvidia,bazzite-asus-nvidia-open,bazzite-budgie,bazzite-budgie-asus,bazzite-budgie-asus-nvidia,bazzite-budgie-nvidia,bazzite-budgie-surface,bazzite-budgie-surface-nvidia,bazzite-deck,bazzite-deck-budgie,bazzite-deck-gnome,bazzite-deck-gnome-nokmods,bazzite-deck-gnome-nvidia,bazzite-deck-nokmods,bazzite-deck-nvidia,bazzite-framegame-budgie,bazzite-gnome,bazzite-gnome-asus-nvidia,bazzite-gnome-asus-nvidia-open,bazzite-gnome-nokmods,bazzite-gnome-nvidia,bazzite-gnome-nvidia-open,bazzite-nokmods,bazzite-nvidia,bazzite-nvidia-open | ||
|
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
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