Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ublue-os/bazzite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 887101c4b2d51be3fc08c5a725f93219221a0bed
Choose a base ref
..
head repository: ublue-os/bazzite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 898a0d4af95505e4456cfb6035cf6c0b25352d76
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −0 .github/workflows/build_iso.yml
  2. +1 −1 CHANGELOG.md
1 change: 1 addition & 0 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ jobs:
if [[ "${{ matrix.image_name }}" == "bazzite-deck" || "${{ matrix.image_name }}" == "bazzite-deck-gnome" || "${{ matrix.image_name }}" == "bazzite-deck-budgie" ]]; then
EXTRA_BOOT_PARAMS="inst.resolution=1280x800"
fi
echo "EXTRA_BOOT_PARAMS=$EXTRA_BOOT_PARAMS" >> $GITHUB_ENV
- name: Build ISOs
uses: ublue-os/isogenerator@1.0.7
with:
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.3.1](https://github.com/ublue-os/bazzite/compare/v2.3.0...v2.3.1) (2024-02-25)
## [2.3.1](https://github.com/ublue-os/bazzite/compare/v2.3.0...v2.3.1) (2024-02-26)


### Bug Fixes