We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385c33f commit 4e0cb86Copy full SHA for 4e0cb86
2 files changed
.github/workflows/release-debian.yml
@@ -92,7 +92,13 @@ jobs:
92
release: "jammy"
93
image: "ubuntu22.04"
94
arch: "aarch64"
95
+ - distro: "ubuntu"
96
+ release: "noble"
97
+ image: "ubuntu24.04"
98
arch: "armv7"
99
100
101
102
103
steps:
104
- name: Checkout repo
.github/workflows/test-debian.yml
@@ -74,7 +74,13 @@ jobs:
74
75
76
77
78
79
80
81
82
83
84
85
86
0 commit comments