Skip to content

Commit 1d80712

Browse files
committed
build ci: add noble
add noble and remove bionic. Signed-off-by: JeanTracker <[email protected]>
1 parent c1b2e18 commit 1d80712

13 files changed

+16
-59
lines changed

.github/workflows/merged.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
bionic_x64,
15-
bionic_arm64,
16-
bionic_armhf,
1714
focal_x64,
1815
focal_arm64,
1916
focal_armhf,
2017
jammy_x64,
2118
jammy_arm64,
2219
jammy_armhf,
20+
noble_x64,
21+
noble_arm64,
22+
noble_armhf,
2323
]
2424
steps:
2525
- name: Check out the repo

.github/workflows/pull_request.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
matrix:
1818
target:
1919
[
20-
bionic_x64,
21-
bionic_arm64,
22-
bionic_armhf,
2320
focal_x64,
2421
focal_arm64,
2522
focal_armhf,
2623
jammy_x64,
2724
jammy_arm64,
2825
jammy_armhf,
26+
noble_x64,
27+
noble_arm64,
28+
noble_armhf,
2929
]
3030
steps:
3131
- name: Check out the repo

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
bionic_x64,
15-
bionic_arm64,
16-
bionic_armhf,
1714
focal_x64,
1815
focal_arm64,
1916
focal_armhf,
2017
jammy_x64,
2118
jammy_arm64,
22-
jammy_armhf
19+
jammy_armhf,
20+
noble_x64,
21+
noble_arm64,
22+
noble_armhf,
2323
]
2424
steps:
2525
- name: Check out the repo

packaging/bionic/changelog

-49
This file was deleted.

packaging/noble/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
nugu-epd (2.1.11ubuntu7~noble) noble; urgency=medium
2+
3+
* Fixed EPD API to fit the tyche library
4+
* Added test app for EPD result analysis
5+
6+
-- nugulinux <[email protected]> Wed, 26 Jun 2024 10:30:00 +0900
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)