From 048b3b8a835408b415f9eefec15385da8b638bc4 Mon Sep 17 00:00:00 2001 From: sirknightj Date: Tue, 7 Jan 2025 01:41:22 -0800 Subject: [PATCH] Add comment containing the debian version --- .github/workflows/raspberry-pi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/raspberry-pi.yaml b/.github/workflows/raspberry-pi.yaml index 2d7d505c..23b83a9c 100644 --- a/.github/workflows/raspberry-pi.yaml +++ b/.github/workflows/raspberry-pi.yaml @@ -16,8 +16,10 @@ jobs: strategy: matrix: include: + # Debian 11 - os: bullseye image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bullseye + # Debian 12 - os: bookworm image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bookworm fail-fast: false