diff --git a/.github/workflows/docker-multi-arch-regular.yml b/.github/workflows/docker-multi-arch-regular.yml index 1188c09..111090a 100644 --- a/.github/workflows/docker-multi-arch-regular.yml +++ b/.github/workflows/docker-multi-arch-regular.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - base: ["sid", "trixie", "bookworm"] + base: ["bookworm"] sourceforge: ["N"] steps: diff --git a/doc/release.md b/doc/release.md index c917792..0306549 100644 --- a/doc/release.md +++ b/doc/release.md @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l Date|Type|Description :---|:---|:--- +2023-07-25|Maintenance|Drop `sid` and `trixie`, see [#224](https://github.com/GioF71/squeezelite-docker/issues/224) 2023-07-25|Maintenance|Remove apt proxy config, see [#221](https://github.com/GioF71/squeezelite-docker/issues/221) 2023-07-24|Maintenance|Avoid deprecated features in workflows, see [#219](https://github.com/GioF71/squeezelite-docker/issues/219) 2023-07-24|Maintenance|Drop bullseye and add trixie, see [#217](https://github.com/GioF71/squeezelite-docker/issues/217)