Skip to content

Commit

Permalink
Update supported values in snap.base
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jul 9, 2024
1 parent bfc97ab commit 5bb1eff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/modules/reference/pages/packagers/snap.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ include::partial$packagers/yaml/package-name.adoc[]
# * bare - Empty base snap;
# * core - Ubuntu Core 16;
# * core20 - Ubuntu Core 20.
# * core22 - Ubuntu Core 22.
# Defaults to `core20`.
# icon:dot-circle[]
base: core20
Expand Down Expand Up @@ -200,6 +201,7 @@ include::partial$packagers/toml/package-name.adoc[]
# * bare - Empty base snap;
# * core - Ubuntu Core 16;
# * core20 - Ubuntu Core 20.
# * core22 - Ubuntu Core 22.
# Defaults to `core20`.
# icon:dot-circle[]
base = "core20"
Expand Down Expand Up @@ -303,6 +305,7 @@ include::partial$packagers/json/package-name.adoc[]
// * bare - Empty base snap;
// * core - Ubuntu Core 16;
// * core20 - Ubuntu Core 20.
// * core22 - Ubuntu Core 22.
// Defaults to `core20`.
// icon:dot-circle[]
"base": "core20",
Expand Down Expand Up @@ -439,6 +442,7 @@ include::partial$packagers/maven/package-name.adoc[]
* bare - Empty base snap;
* core - Ubuntu Core 16;
* core20 - Ubuntu Core 20.
* core22 - Ubuntu Core 22.
Defaults to `core20`.
icon:dot-circle[]
-->
Expand Down Expand Up @@ -593,6 +597,7 @@ include::partial$packagers/gradle/package-name.adoc[]
// * bare - Empty base snap;
// * core - Ubuntu Core 16;
// * core20 - Ubuntu Core 20.
// * core22 - Ubuntu Core 22.
// Defaults to `core20`.
// icon:dot-circle[]
base = 'core20'
Expand Down

0 comments on commit 5bb1eff

Please sign in to comment.