Build an actual ISO image and then upload the artifact

pull/3/head
David Wilson 2021-05-26 08:23:55 -07:00
parent d9b2977278
commit 7b2993bbdf
1 changed files with 7 additions and 2 deletions

View File

@ -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