We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4c0e4 commit 788951dCopy full SHA for 788951d
1 file changed
snapcraft.yaml
@@ -29,19 +29,27 @@ parts:
29
override-build: go build -o ${CRAFT_PART_INSTALL}/bin/lbry-cli
30
31
platforms:
32
- - build-on: amd64
+ amd64:
33
+ build-on: amd64
34
build-for: amd64
35
+ arm64:
36
37
build-for: arm64
38
+ armhf:
39
40
build-for: armhf
41
+ i386:
42
43
build-for: i386
44
+ powerpc:
45
46
build-for: powerpc
47
+ ppc64el:
48
49
build-for: ppc64el
50
+ riscv64:
51
52
build-for: riscv64
53
+ s390x:
54
55
build-for: s390x
0 commit comments