Skip to content

Commit 99f1f92

Browse files
committed
feat(snap): enable build for s390x, ppc64el
1 parent 9411539 commit 99f1f92

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

Cargo.lock

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ architectures:
1010
- build-on: amd64
1111
- build-on: arm64
1212
- build-on: armhf
13-
# - build-on: ppc64el
14-
# - build-on: s390x
13+
- build-on: ppc64el
14+
- build-on: s390x
1515
- build-on: riscv64
1616
license: MIT
1717
source-code: https://github.com/shadowsocks/shadowsocks-rust

0 commit comments

Comments
 (0)