Skip to content

Commit

Permalink
feat(snap): enable build for s390x, ppc64el
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 1, 2024
1 parent 9411539 commit 99f1f92
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
49 changes: 24 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
# - build-on: ppc64el
# - build-on: s390x
- build-on: ppc64el
- build-on: s390x
- build-on: riscv64
license: MIT
source-code: https://github.com/shadowsocks/shadowsocks-rust
Expand Down

0 comments on commit 99f1f92

Please sign in to comment.