Skip to content
Snippets Groups Projects
Commit f18503d58abd authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Enable download Ubuntu 24.04 package from artifacts


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 03393a58a38e
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,9 @@
when /Ubuntu-22.04/
folder = 'ubuntu-jammy'
package_file_name = "#{Info::Package.name(fips: fips)}_#{Info::Package.release_version(fips: fips).gsub('+', '%2B')}_#{arch}.deb"
when /Ubuntu-24.04/
folder = 'ubuntu-noble'
package_file_name = "#{Info::Package.name(fips: fips)}_#{Info::Package.release_version(fips: fips).gsub('+', '%2B')}_#{arch}.deb"
end
if arch == 'arm64'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment