mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
NO_KEY for CI images (#1700)
This commit is contained in:
2
.github/workflows/product.yaml
vendored
2
.github/workflows/product.yaml
vendored
@@ -144,7 +144,7 @@ jobs:
|
||||
key: cache-raspios
|
||||
|
||||
- name: Build image
|
||||
run: "make V=1 KEY=X0000000 eos.img --debug"
|
||||
run: "make V=1 NO_KEY=1 eos.img --debug"
|
||||
|
||||
- name: Compress image
|
||||
run: "gzip eos.img"
|
||||
|
||||
Reference in New Issue
Block a user