From b7aac36551c904a483aa05ef2a2a477d6e00d45f Mon Sep 17 00:00:00 2001 From: Giovanni Fulco Date: Wed, 29 Nov 2023 18:46:43 +0100 Subject: [PATCH] [Maintenance] Drop debian and mantic builds. #348 (#349) --- .github/workflows/docker-multi-arch.yml | 2 +- doc/change-history.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-multi-arch.yml b/.github/workflows/docker-multi-arch.yml index bcdaec2..06d9880 100644 --- a/.github/workflows/docker-multi-arch.yml +++ b/.github/workflows/docker-multi-arch.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - base: [ "jammy", "mantic", "bookworm"] + base: [ "jammy" ] build_mode: ["full", "renderer"] steps: diff --git a/doc/change-history.md b/doc/change-history.md index 5fc888e..6b6e536 100644 --- a/doc/change-history.md +++ b/doc/change-history.md @@ -2,6 +2,7 @@ Change Date|Major Changes ---|--- +2023-11-29|Dropped bullseye and mantic builds (see issue [#348](https://github.com/GioF71/upmpdcli-docker/issues/348)) 2023-11-29|Add support for webserverdocumentroot (see issue [#346](https://github.com/GioF71/upmpdcli-docker/issues/346)) 2023-11-25|Support enabling internet radios in subsonic (see issue [#344](https://github.com/GioF71/upmpdcli-docker/issues/344)) 2023-11-25|Update to Upmpdcli version 1.8.6 (see issue [#340](https://github.com/GioF71/upmpdcli-docker/issues/340))