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"
|
run: "make V=1 NO_KEY=1 eos.img --debug"
|
||||||
|
|
||||||
- name: Compress image
|
- name: Compress image
|
||||||
run: "gzip eos.img"
|
run: "make gzip"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image
|
name: image
|
||||||
path: eos.img.gz
|
path: eos.tar.gz
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,5 +13,6 @@ deploy_web.sh
|
|||||||
secrets.db
|
secrets.db
|
||||||
.vscode/
|
.vscode/
|
||||||
/cargo-deps/**/*
|
/cargo-deps/**/*
|
||||||
ENVIRONMENT.txt
|
/ENVIRONMENT.txt
|
||||||
GIT_HASH.txt
|
/GIT_HASH.txt
|
||||||
|
/eos.tar.gz
|
||||||
Reference in New Issue
Block a user