Skip to content

Commit

Permalink
Adds ubuntu noble support (#376)
Browse files Browse the repository at this point in the history
* Adds ubuntu 24.04(noble)

* Updates package_docker_platform_dict func

* Drop debian buster
  • Loading branch information
sedagundogdu authored Jan 7, 2025
1 parent 3376bd6 commit d9a2073
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- el/7
- el/8
- ol/7
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/bionic
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/citus-package-all-platforms-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- ol/7
- ol/8
- debian/stretch
- debian/buster
- debian/bullseye
- ubuntu/bionic
- ubuntu/focal
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- centos/8
- el/9
- ol/9
- debian/buster
- debian/bullseye
- debian/bookworm
- ubuntu/focal
Expand Down
2 changes: 1 addition & 1 deletion packaging_automation/citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"centos,7": "el/7",
"debian,bookworm": "debian/bookworm",
"debian,bullseye": "debian/bullseye",
"debian,buster": "debian/buster",
"debian,stretch": "debian/stretch",
"oraclelinux,8": "ol/8",
"oraclelinux,7": "ol/7",
Expand All @@ -63,6 +62,7 @@
"ubuntu,bionic": "ubuntu/bionic",
"ubuntu,jammy": "ubuntu/jammy",
"ubuntu,kinetic": "ubuntu/kinetic",
"ubuntu,noble": "ubuntu/noble",
"pgxn": "pgxn",
}

Expand Down
2 changes: 1 addition & 1 deletion packaging_automation/tests/test_citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"el/9": 3,
"ol/9": 3,
"debian/stretch": 2,
"debian/buster": 2,
"debian/bullseye": 2,
"debian/bookworm": 2,
"ubuntu/bionic": 2,
"ubuntu/focal": 2,
"ubuntu/jammy": 2,
"ubuntu/kinetic": 2,
"ubuntu/noble": 2,
}

TEST_GPG_KEY_NAME = "Citus Data <[email protected]>"
Expand Down

0 comments on commit d9a2073

Please sign in to comment.