Skip to content

Commit 4e0cb86

Browse files
committed
Add noble arm builds
1 parent 385c33f commit 4e0cb86

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
@@ -92,7 +92,13 @@ jobs:
9292
release: "jammy"
9393
image: "ubuntu22.04"
9494
arch: "aarch64"
95+
- distro: "ubuntu"
96+
release: "noble"
97+
image: "ubuntu24.04"
9598
arch: "armv7"
99+
- distro: "ubuntu"
100+
release: "noble"
101+
image: "ubuntu24.04"
96102
arch: "aarch64"
97103
steps:
98104
- 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)