Skip to content

Commit 89595a2

Browse files
committed
Add noble arm builds
1 parent a4e883a commit 89595a2

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
@@ -76,7 +76,13 @@ jobs:
7676
release: "jammy"
7777
image: "ubuntu22.04"
7878
arch: "aarch64"
79+
- distro: "ubuntu"
80+
release: "noble"
81+
image: "ubuntu24.04"
7982
arch: "armv7"
83+
- distro: "ubuntu"
84+
release: "noble"
85+
image: "ubuntu24.04"
8086
arch: "aarch64"
8187
steps:
8288
- name: Checkout repo

0 commit comments

Comments
 (0)