We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e0f1c commit aad1cb4Copy full SHA for aad1cb4
1 file changed
.github/workflows/debian_amd64.yml
@@ -30,9 +30,15 @@ jobs:
30
- name: Build iso
31
run: make build-debian-amd64
32
33
+ - name: Compress Image
34
+ run: |
35
+ cd debian
36
+ xz -z -6 retronas*amd64-netinst.is
37
+
38
- uses: actions/upload-artifact@main
39
with:
40
name: retronas-debian-amd64-${{ github.sha }}
41
path: |
- debian/retronas*amd64-netinst.iso
42
+ debian/retronas*amd64-netinst.iso.xz
43
+ compression-level: 0
44
if-no-files-found: error
0 commit comments