Temporarily disable image creation
This commit is contained in:
parent
46f897767d
commit
becdfcbce6
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -34,10 +34,10 @@ jobs:
|
||||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
||||||
%default-channels)
|
%default-channels)
|
||||||
|
|
||||||
- name: Build ISO
|
# - name: Build ISO
|
||||||
run: |
|
# run: |
|
||||||
image=$(guix system image -t iso9660 installer.scm)
|
# image=$(guix system image -t iso9660 installer.scm)
|
||||||
cp $image ./guix-installer.iso
|
# cp $image ./guix-installer.iso
|
||||||
|
|
||||||
- name: Prepare Release Notes
|
- name: Prepare Release Notes
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue