mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update product.yaml (#1638)
This commit is contained in:
10
.github/workflows/product.yaml
vendored
10
.github/workflows/product.yaml
vendored
@@ -139,4 +139,12 @@ jobs:
|
||||
key: cache-raspios
|
||||
|
||||
- name: Build image
|
||||
run: "make V=1 eos.img --debug"
|
||||
run: "make V=1 KEY=X0000000 eos.img --debug"
|
||||
|
||||
- name: Compress image
|
||||
run: "gzip eos.img"
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: image
|
||||
path: eos.img.gz
|
||||
|
||||
Reference in New Issue
Block a user