Skip to content

Commit d44f22f

Browse files
committed
Revert "Reapply "Update build-iso.yml""
This reverts commit fae45fc.
1 parent fae45fc commit d44f22f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-iso.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
image_name: [gidro-os-appimages]
30+
image_name: [gidro-os]
3131
major_version: [42]
3232
image_tag: [latest]
3333

@@ -54,6 +54,9 @@ jobs:
5454
iso_name: ${{ matrix.image_name }}_${{ env.TIMESTAMP }}.iso
5555
enable_cache_dnf: "false"
5656
enable_cache_skopeo: "false"
57+
enable_flatpak_dependencies: "false"
58+
flatpak_remote_name: "flathub-system"
59+
flatpak_remote_url: "https://flathub.org/repo/flathub.flatpakrepo"
5760

5861
- name: Move ISO to Upload Directory
5962
id: upload-directory

0 commit comments

Comments
 (0)