mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
exclude flatpak in rhel
This commit is contained in:
parent
d5873a6af5
commit
b8f50228ad
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build_iso.yml
vendored
5
.github/workflows/build_iso.yml
vendored
|
|
@ -51,9 +51,6 @@ jobs:
|
||||||
- 39
|
- 39
|
||||||
- 40
|
- 40
|
||||||
include:
|
include:
|
||||||
- version: 7
|
|
||||||
image_tag: 38
|
|
||||||
rhel: true
|
|
||||||
- version: 8
|
- version: 8
|
||||||
image_tag: 39
|
image_tag: 39
|
||||||
rhel: true
|
rhel: true
|
||||||
|
|
@ -136,7 +133,7 @@ jobs:
|
||||||
image_tag: ${{ matrix.image_tag || matrix.version }}
|
image_tag: ${{ matrix.image_tag || matrix.version }}
|
||||||
version: ${{ matrix.version }}
|
version: ${{ matrix.version }}
|
||||||
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
variant: ${{ needs.load_vars.outputs.VARIANT }}
|
||||||
flatpak_remote_refs_dir: /github/workspace/${{ needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR }}
|
flatpak_remote_refs_dir: ${{ matrix.rhel && format('/github/workspace/{0}', needs.load_vars.outputs.FLATPAK_REMOTE_REFS_DIR ) || '' }}
|
||||||
secure_boot_key_url: ${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }}
|
secure_boot_key_url: ${{ needs.load_vars.outputs.SECURE_BOOT_KEY_URL }}
|
||||||
enrollment_password: ${{ needs.load_vars.outputs.ENROLLMENT_PASSWORD }}
|
enrollment_password: ${{ needs.load_vars.outputs.ENROLLMENT_PASSWORD }}
|
||||||
iso_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}-${{ matrix.version }}.iso
|
iso_name: ${{ needs.load_vars.outputs.IMAGE_NAME }}-${{ matrix.version }}.iso
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue