Skip to content

Commit aad1cb4

Browse files
author
sairuk
committed
pack iso
1 parent 69e0f1c commit aad1cb4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/debian_amd64.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ jobs:
3030
- name: Build iso
3131
run: make build-debian-amd64
3232

33+
- name: Compress Image
34+
run: |
35+
cd debian
36+
xz -z -6 retronas*amd64-netinst.is
37+
3338
- uses: actions/upload-artifact@main
3439
with:
3540
name: retronas-debian-amd64-${{ github.sha }}
3641
path: |
37-
debian/retronas*amd64-netinst.iso
42+
debian/retronas*amd64-netinst.iso.xz
43+
compression-level: 0
3844
if-no-files-found: error

0 commit comments

Comments
 (0)