We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a50894 commit 1ea6e7eCopy full SHA for 1ea6e7e
snap/snapcraft.yaml
@@ -80,6 +80,14 @@ confinement: strict
80
# snaps can be promoted to `candidate` and `stable` channels
81
grade: stable
82
83
+# Supported architectures
84
+# https://documentation.ubuntu.com/snapcraft/stable/reference/project-file/snapcraft-yaml/#architectures
85
+platforms:
86
+ amd64:
87
+ arm64:
88
+ armhf:
89
+ riscv64:
90
+
91
# Run `snapcraft help sources` for supported keywords on pulling a part's
92
# source ingredients
93
# Run `snapcraft plugins` for supported build helper plugins
0 commit comments