nabaztag2018 / pynab

Nabaztag en Python pour RaspberryPi
GNU General Public License v3.0
158 stars 54 forks source link

GitHub workflows: use raspios_lite:2023-05-03 base image #455

Closed f-laurens closed 4 months ago

f-laurens commented 11 months ago

This ensures that a Bullseye (not Bookworm) image is used when building the raspios images.

Note: a prerequisite for this PR is that GitHub action arm-runner-action@v2 is bumped to at least https://github.com/pguyot/arm-runner-action/commit/c1cc33008fbd0ecd170ff18b8d574ff97d75864e (so that it knows about this base image).

f-laurens commented 11 months ago

Note: _zeroraspios and _zero2_64raspios checks will fail till prerequisite above is met.