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