We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53855d4 commit 757065fCopy full SHA for 757065f
.github/workflows/build.yml
@@ -70,6 +70,9 @@ jobs:
70
- target: arm-unknown-linux-musleabihf
71
os: ubuntu-latest
72
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
76
# - target: mips-unknown-linux-musl
77
# archive: tar.gz tar.xz tar.zst
78
.github/workflows/test.yml
@@ -120,6 +120,9 @@ jobs:
120
121
122
123
124
125
126
127
128
0 commit comments