Skip to content

Commit d35e194

Browse files
authored
Merge pull request #3056 from rexberg/patch-2
Fix package naming for Ubuntu 24 arm64
2 parents e9ce10f + f23aac2 commit d35e194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone_self_upgrade.cf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ bundle common cfengine_package_names
585585

586586
# aarch64 Ubuntu
587587
"pkg[ubuntu_22_arm_64]" string => "$(pkg_name)_$(pkg_version)-$(pkg_release).ubuntu22_arm64.deb";
588-
"pkg[ubuntu_22_arm_64]" string => "$(pkg_name)_$(pkg_version)-$(pkg_release).ubuntu24_arm64.deb";
588+
"pkg[ubuntu_24_arm_64]" string => "$(pkg_name)_$(pkg_version)-$(pkg_release).ubuntu24_arm64.deb";
589589

590590
# aarch64 Debian
591591
"pkg[debian_11_arm_64]" string => "$(pkg_name)_$(pkg_version)-$(pkg_release).debian11_arm64.deb";

0 commit comments

Comments
 (0)