Skip to content

Commit

Permalink
ppc support
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Mar 26, 2024
1 parent 6f72b79 commit 96360e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-release-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
cc: powerpcle-linux-muslsf # Little Endian, 32bit
ssl: linux-ppc
- arch: ppc64le
cc: powerpc64le-linux-muslsf # Little Endian, 64bit
cc: powerpc64le-linux-musl # Little Endian, 64bit
ssl: linux-generic64
runs-on: ubuntu-latest
container:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stealth-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
cc: powerpcle-linux-muslsf # Little Endian, 32bit
ssl: linux-ppc
- arch: ppc64le
cc: powerpc64le-linux-muslsf # Little Endian, 64bit
cc: powerpc64le-linux-musl # Little Endian, 64bit
ssl: linux-generic64

runs-on: ubuntu-latest
Expand Down

0 comments on commit 96360e7

Please sign in to comment.