Build an actual ISO image and then upload the artifact
parent
d9b2977278
commit
7b2993bbdf
|
@ -36,5 +36,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
#$image=$(guix system image installer.scm)
|
image=$(guix system image -t iso9660 installer.scm)
|
||||||
guix system image installer.scm --image-size=5G
|
cp $image ./guix-installer.iso
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: guix-installer
|
||||||
|
path: guix-installer.iso
|
||||||
|
|
Loading…
Reference in New Issue