Skip to content

Commit 757065f

Browse files
committed
💚 Support powerpc-unknown-linux-gnu
1 parent 53855d4 commit 757065f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- target: arm-unknown-linux-musleabihf
7171
os: ubuntu-latest
7272
archive: tar.gz tar.xz tar.zst
73+
- target: powerpc-unknown-linux-gnu
74+
os: ubuntu-latest
75+
archive: tar.gz tar.xz tar.zst
7376
# - target: mips-unknown-linux-musl
7477
# archive: tar.gz tar.xz tar.zst
7578
# - target: mips-unknown-linux-musl

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ jobs:
120120
- target: arm-unknown-linux-musleabihf
121121
os: ubuntu-latest
122122
archive: tar.gz tar.xz tar.zst
123+
- target: powerpc-unknown-linux-gnu
124+
os: ubuntu-latest
125+
archive: tar.gz tar.xz tar.zst
123126
# - target: mips-unknown-linux-musl
124127
# archive: tar.gz tar.xz tar.zst
125128
# - target: mips-unknown-linux-musl

0 commit comments

Comments
 (0)