mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
write image to sparse-aware archive format (#1709)
This commit is contained in:
4
.github/workflows/product.yaml
vendored
4
.github/workflows/product.yaml
vendored
@@ -147,9 +147,9 @@ jobs:
|
||||
run: "make V=1 NO_KEY=1 eos.img --debug"
|
||||
|
||||
- name: Compress image
|
||||
run: "gzip eos.img"
|
||||
run: "make gzip"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: image
|
||||
path: eos.img.gz
|
||||
path: eos.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user