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 7549401 commit 4e4b663Copy full SHA for 4e4b663
1 file changed
packages/Rakefile
@@ -118,6 +118,14 @@ class OpenArmCANPackageTask < PackageTask
118
"ghcr.io/#{github_repository.gsub("_", "-")}-package:#{super}"
119
end
120
121
+ def ubuntu_targets_default
122
+ [
123
+ ["jammy", "22.04"],
124
+ ["noble", "24.04"],
125
+ ["resolute", "26.04"],
126
+ ]
127
+ end
128
+
129
def dput_configuration_name
130
"openarm-ppa"
131
0 commit comments