Skip to content

Commit c9b1e75

Browse files
committed
Add noble arm builds
1 parent d834cb3 commit c9b1e75

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release-debian.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,13 @@ jobs:
9494
release: "jammy"
9595
image: "ubuntu22.04"
9696
arch: "aarch64"
97+
- distro: "ubuntu"
98+
release: "noble"
99+
image: "ubuntu24.04"
97100
arch: "armv7"
101+
- distro: "ubuntu"
102+
release: "noble"
103+
image: "ubuntu24.04"
98104
arch: "aarch64"
99105
steps:
100106
- name: Checkout repo

.github/workflows/test-debian.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@ jobs:
7474
release: "jammy"
7575
image: "ubuntu22.04"
7676
arch: "aarch64"
77+
- distro: "ubuntu"
78+
release: "noble"
79+
image: "ubuntu24.04"
7780
arch: "armv7"
81+
- distro: "ubuntu"
82+
release: "noble"
83+
image: "ubuntu24.04"
7884
arch: "aarch64"
7985
steps:
8086
- name: Checkout repo

0 commit comments

Comments
 (0)