Skip to content

Commit 6ace573

Browse files
committed
Adds debian/bookworm support
1 parent d3753a8 commit 6ace573

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-citus-community-nightlies.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- ol/7
2929
- debian/buster
3030
- debian/bullseye
31+
- debian/bookworm
3132
- ubuntu/bionic
3233
- ubuntu/focal
3334
- ubuntu/jammy
@@ -44,7 +45,7 @@ jobs:
4445
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4546

4647
- name: Clone tools branch
47-
run: git clone -b v0.8.21 --depth=1 https://github.com/citusdata/tools.git tools
48+
run: git clone -b v0.8.23 --depth=1 https://github.com/citusdata/tools.git tools
4849

4950
- name: Install package dependencies
5051
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources

.github/workflows/build-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- ol/8
3030
- debian/buster
3131
- debian/bullseye
32+
- debian/bookworm
3233
- ubuntu/bionic
3334
- ubuntu/focal
3435
- ubuntu/jammy
@@ -38,7 +39,7 @@ jobs:
3839
uses: actions/checkout@v2
3940

4041
- name: Clone tools branch
41-
run: git clone -b v0.8.21 --depth=1 https://github.com/citusdata/tools.git tools
42+
run: git clone -b v0.8.23 --depth=1 https://github.com/citusdata/tools.git tools
4243

4344
- name: Install package dependencies
4445
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources

0 commit comments

Comments
 (0)