Skip to content

Commit

Permalink
feat: Update isogenerator to latest version (#822)
Browse files Browse the repository at this point in the history
This includes fixes for SECURE_BOOT_KEY_URL and allowing all languages to be available in the installer.
  • Loading branch information
noelmiller authored Feb 28, 2024
1 parent 9ad3838 commit fe48ae0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,17 @@ 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 }}
IMAGE_REPO: ghcr.io/ublue-os
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
Expand Down

0 comments on commit fe48ae0

Please sign in to comment.