Skip to content

Commit

Permalink
don't build asus or surface
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekyle committed Apr 15, 2024
1 parent 7482783 commit 29ea873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
type: string
fedora_version:
description: 'The Fedora release version: 38, 39, 40, etc'
description: "The Fedora release version: 38, 39, 40, etc"
required: true
type: string

Expand All @@ -28,10 +28,6 @@ jobs:
image_flavor:
- main
- nvidia
- asus
- asus-nvidia
- surface
- surface-nvidia
base_name:
- ${{ inputs.brand_name }}
- ${{ inputs.brand_name }}-dx
Expand Down Expand Up @@ -149,8 +145,8 @@ jobs:
variant: ${{ env.VARIANT }}
version: ${{ matrix.fedora_version }}
image_tag: ${{ steps.generate-tag.outputs.tag }}
secure_boot_key_url: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
enrollment_password: 'ublue-os'
secure_boot_key_url: "https://github.com/ublue-os/akmods/raw/main/certs/public_key.der"
enrollment_password: "ublue-os"
iso_name: ${{ env.IMAGE_NAME }}-${{ steps.generate-tag.outputs.tag }}.iso
enable_cache_dnf: "false"
enable_cache_skopeo: "false"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
image_flavor:
- main
- nvidia
- asus
- asus-nvidia
- framework
- surface
- surface-nvidia
base_name:
- ${{ inputs.brand_name }}
- ${{ inputs.brand_name }}-dx
Expand Down

0 comments on commit 29ea873

Please sign in to comment.