We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e883a commit 89595a2Copy full SHA for 89595a2
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
@@ -76,7 +76,13 @@ jobs:
76
77
78
79
80
81
82
83
84
85
86
87
88
0 commit comments