Build an actual ISO image and then upload the artifact
This commit is contained in:
parent
d9b2977278
commit
7b2993bbdf
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue