Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(iso): remove experimental webui thing + proper
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 12, 2024
1 parent 0b9acdf commit ba25b5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
major_version: [39]
image_tag: [latest]
steps:
- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v6
with:
remove-codeql: 'true'

- name: Build ISOs
uses: ublue-os/[email protected]
id: build
Expand All @@ -61,7 +66,6 @@ jobs:
IMAGE_TAG: ${{ matrix.image_tag }}
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
ENROLLMENT_PASSWORD: 'ublue-os'
WEB_UI: true

- name: Upload ISOs and Checksum to Job Artifacts
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ba25b5b

Please sign in to comment.