We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85c9d2 commit 26fcb81Copy full SHA for 26fcb81
snap/snapcraft.yaml
@@ -7,6 +7,23 @@ description: Python command-line client for tldr pages.
7
grade: stable
8
confinement: strict
9
10
+platforms:
11
+ amd64:
12
+ build-on: [amd64]
13
+ build-for: [amd64]
14
+ arm64:
15
+ build-on: [arm64]
16
+ build-for: [arm64]
17
+ armhf:
18
+ build-on: [armhf]
19
+ build-for: [armhf]
20
+ ppc64el:
21
+ build-on: [ppc64el]
22
+ build-for: [ppc64el]
23
+ s390x:
24
+ build-on: [s390x]
25
+ build-for: [s390x]
26
+
27
parts:
28
tldr:
29
plugin: python
0 commit comments