NO_KEY for CI images (#1700)

This commit is contained in:
Aiden McClelland
2022-07-26 17:32:28 -06:00
committed by GitHub
parent 7b17498722
commit 7bf7b1e71e

View File

@@ -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"