Skip to content

Commit

Permalink
add snapcraft 24.04 aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-toterman committed Jul 31, 2024
1 parent b53190c commit 82b4701
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/platform/platform_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,17 @@

namespace multipass::platform
{
const std::unordered_set<std::string>
supported_snapcraft_aliases{"core18", "18.04", "core20", "20.04", "core22", "22.04", "devel"};
const std::unordered_set<std::string> supported_snapcraft_aliases{
"core18",
"18.04",
"core20",
"20.04",
"core22",
"22.04",
"core24",
"24.04",
"devel",
};
} // namespace multipass::platform

#endif // MULTIPASS_PLATFORM_SHARED_H

0 comments on commit 82b4701

Please sign in to comment.