Skip to content

Commit e533a37

Browse files
committed
Changed actions
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 863df02 commit e533a37

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ jobs:
1212
strategy:
1313
matrix:
1414
# target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
15-
target: [aarch64, armv7, s390x, ppc64le]
15+
target:
16+
- x86_64-unknown-linux-gnu
17+
- i686-unknown-linux-gnu
18+
- arm-unknown-linux-gnueabihf
19+
- aarch64
20+
- armv7
21+
- s390x
22+
- ppc64le
1623
steps:
1724
- uses: actions/checkout@v3
1825
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)