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 d834cb3 commit c9b1e75Copy full SHA for c9b1e75
2 files changed
.github/workflows/release-debian.yml
@@ -94,7 +94,13 @@ jobs:
94
release: "jammy"
95
image: "ubuntu22.04"
96
arch: "aarch64"
97
+ - distro: "ubuntu"
98
+ release: "noble"
99
+ image: "ubuntu24.04"
100
arch: "armv7"
101
102
103
104
105
steps:
106
- 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