From 4e0e3150bb4b3ca86d32bce4e6d468478d5f3567 Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 6 Mar 2024 11:27:53 +0700 Subject: [PATCH 1/2] Remove sid for now --- .github/workflows/debian.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index d30eafb..b5115c1 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -11,8 +11,7 @@ jobs: fail-fast: false matrix: release: [ - {distro: "debian", version: "bookworm"}, - {distro: "debian", version: "sid"} + {distro: "debian", version: "bookworm"} ] os: [ {arch: "aarch64", builder: "ubicloud-standard-2-arm"}, From c6ca98fa477daf2fd5fdc7fd10216b61b1389618 Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 6 Mar 2024 11:49:17 +0700 Subject: [PATCH 2/2] Add trixie to debian --- .github/workflows/debian.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index b5115c1..8843fd5 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -11,7 +11,8 @@ jobs: fail-fast: false matrix: release: [ - {distro: "debian", version: "bookworm"} + {distro: "debian", version: "bookworm"}, + {distro: "debian", version: "trixie"} ] os: [ {arch: "aarch64", builder: "ubicloud-standard-2-arm"},