mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-24 13:43:51 +00:00
feat: Update isogenerator to latest version (#822)
This includes fixes for SECURE_BOOT_KEY_URL and allowing all languages to be available in the installer.
This commit is contained in:
parent
9ad38388df
commit
fe48ae0906
5
.github/workflows/build_iso.yml
vendored
5
.github/workflows/build_iso.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
fi
|
||||
echo "EXTRA_BOOT_PARAMS=$EXTRA_BOOT_PARAMS" >> $GITHUB_ENV
|
||||
- name: Build ISOs
|
||||
uses: ublue-os/isogenerator@1.0.7
|
||||
uses: ublue-os/isogenerator@1.0.8
|
||||
with:
|
||||
ARCH: x86_64
|
||||
IMAGE_NAME: ${{ matrix.image_name }}
|
||||
@ -43,8 +43,9 @@ jobs:
|
||||
VARIANT: 'Kinoite'
|
||||
VERSION: ${{ matrix.major_version }}
|
||||
IMAGE_TAG: ${{ matrix.image_tag }}
|
||||
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
||||
ACTION_REPO: ublue-os/isogenerator
|
||||
ACTION_REF: 1.0.7
|
||||
ACTION_REF: 1.0.8
|
||||
EXTRA_BOOT_PARAMS: ${{ env.EXTRA_BOOT_PARAMS }}
|
||||
- name: Upload ISOs and SHA Checksum Files to R2
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user