Skip to content

Commit b151415

Browse files
committed
Fix architectures
1 parent 5da5a91 commit b151415

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/snapcraft-edge.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
strategy:
11-
matrix:
12-
arch: [amd64, arm64, armhf, i386, powerpc, ppc64el, riscv64, s390x]
1310
steps:
1411
- uses: actions/checkout@v4
1512
- uses: snapcore/action-build@v1
1613
id: build
17-
env:
18-
CRAFT_ARCH_BUILD_FOR: ${{ matrix.arch }}
1914
- uses: snapcore/action-publish@v1
2015
env:
2116
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

snapcraft.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ issues:
1414
1515
donation:
1616
- https://lbry.org/#donation
17+
platforms:
18+
amd64:
19+
arm64:
20+
armhf:
21+
i386:
22+
powerpc:
23+
ppc64el:
24+
riscv64:
25+
s390x:

0 commit comments

Comments
 (0)