From 6a34fb260c596233c189c36e6fc9d020fe2dc1fd Mon Sep 17 00:00:00 2001 From: Jacob Dahl Date: Thu, 23 Jul 2026 19:38:20 -0600 Subject: [PATCH] ci(build-deb): re-enable the pi bookworm and trixie legs Disabled in f88b10a while iterating on jetson; releases since v1.0.14 have shipped jetson-jammy only. --- .github/workflows/build-deb.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 4dcd380..d2bb905 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -29,16 +29,16 @@ jobs: runner: ubuntu-22.04-arm container: "" extra_deps: "libbluetooth-dev" - # - platform: pi - # codename: bookworm - # runner: ubuntu-22.04-arm - # container: "debian:bookworm" - # extra_deps: "" - # - platform: pi - # codename: trixie - # runner: ubuntu-22.04-arm - # container: "debian:trixie" - # extra_deps: "" + - platform: pi + codename: bookworm + runner: ubuntu-22.04-arm + container: "debian:bookworm" + extra_deps: "" + - platform: pi + codename: trixie + runner: ubuntu-22.04-arm + container: "debian:trixie" + extra_deps: "" # Build each platform on a host whose OS matches the target so the bundled venv # and natively-compiled binaries are ABI-compatible. The venv is created with # `python3 -m venv --copies`, which ships the interpreter but resolves the stdlib