@@ -44,21 +44,11 @@ jobs:
4444 fail-fast : false
4545 matrix :
4646 host_release :
47- - bookworm
4847 - trixie
4948 extra_classes :
50- - " "
51- - " GRML_GHACI_CLOUD"
49+ - " REFORM"
5250 arch :
53- - amd64
5451 - arm64
55- exclude :
56- - host_release : bookworm
57- extra_classes : " GRML_GHACI_CLOUD"
58- - arch : arm64
59- host_release : bookworm
60- - arch : arm64
61- extra_classes : " GRML_GHACI_CLOUD"
6252
6353 runs-on : ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
6454 steps :
@@ -81,19 +71,19 @@ jobs:
8171 path : |
8272 results-initial/*
8373
84- - run : ./test/gha-build-iso.sh build-only-twice
85- name : " Repack ISO twice on ${{matrix.host_release}} ${{matrix.arch}}${{matrix.extra_classes && format(' with {0}', matrix.extra_classes) || ''}}"
86- env :
87- HOST_RELEASE : ${{matrix.host_release}}
88- EXTRA_CLASSES : ${{matrix.extra_classes}}
89- ARCH : ${{matrix.arch}}
74+ # - run: ./test/gha-build-iso.sh build-only-twice
75+ # name: "Repack ISO twice on ${{matrix.host_release}} ${{matrix.arch}}${{matrix.extra_classes && format(' with {0}', matrix.extra_classes) || ''}}"
76+ # env:
77+ # HOST_RELEASE: ${{matrix.host_release}}
78+ # EXTRA_CLASSES: ${{matrix.extra_classes}}
79+ # ARCH: ${{matrix.arch}}
9080
91- - name : Archive repacked ISO
92- if : always()
93- uses : actions/upload-artifact@v4
94- with :
95- name : grml-live-build-result-repack-${{matrix.host_release}}-${{matrix.arch}}${{matrix.extra_classes && format('-{0}', matrix.extra_classes) || ''}}
96- if-no-files-found : error
97- retention-days : 15
98- path : |
99- results-build-only-second/*
81+ # - name: Archive repacked ISO
82+ # if: always()
83+ # uses: actions/upload-artifact@v4
84+ # with:
85+ # name: grml-live-build-result-repack-${{matrix.host_release}}-${{matrix.arch}}${{matrix.extra_classes && format('-{0}', matrix.extra_classes) || ''}}
86+ # if-no-files-found: error
87+ # retention-days: 15
88+ # path: |
89+ # results-build-only-second/*
0 commit comments