-
The README mentions a ci-checked example:
https://github.com/nix-community/raspberry-pi-nix?tab=readme-ov-file#example Would you kindly elaborate on what, where and how? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's ambiguously phrased. It's not CI-checked in the sense that CI boots the image. It's CI-checked in that it is an image produced using this repo that CI compiles. The motivation for creating it was that I got a number of bug reports or questions around how to use this repo to produce an image, and so I created a CI-checked reference example. It is defined here, exposed as an output here, and added as a check here. The results show up in CI, for example here. |
Beta Was this translation helpful? Give feedback.
That's ambiguously phrased. It's not CI-checked in the sense that CI boots the image. It's CI-checked in that it is an image produced using this repo that CI compiles.
The motivation for creating it was that I got a number of bug reports or questions around how to use this repo to produce an image, and so I created a CI-checked reference example.
It is defined here, exposed as an output here, and added as a check here. The results show up in CI, for example here.