Build an actual ISO image and then upload the artifact

This commit is contained in:
David Wilson 2021-05-26 08:23:55 -07:00
parent d9b2977278
commit 7b2993bbdf

View file

@ -36,5 +36,10 @@ jobs:
- name: Build ISO
run: |
#$image=$(guix system image installer.scm)
guix system image installer.scm --image-size=5G
image=$(guix system image -t iso9660 installer.scm)
cp $image ./guix-installer.iso
- uses: actions/upload-artifact@v2
with:
name: guix-installer
path: guix-installer.iso