Skip to content

Commit 4e4b663

Browse files
committed
release ubuntu: add support for Ubuntu 26.04
1 parent 7549401 commit 4e4b663

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/Rakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ class OpenArmCANPackageTask < PackageTask
118118
"ghcr.io/#{github_repository.gsub("_", "-")}-package:#{super}"
119119
end
120120

121+
def ubuntu_targets_default
122+
[
123+
["jammy", "22.04"],
124+
["noble", "24.04"],
125+
["resolute", "26.04"],
126+
]
127+
end
128+
121129
def dput_configuration_name
122130
"openarm-ppa"
123131
end

0 commit comments

Comments
 (0)