Skip to content

Commit 6354137

Browse files
authored
Remove ppc64le and s390x from building
Doesn't seem to be demand for them, plus the ppc64le builds keep timing out now. If there's demand we'll need to figure out a new way to incorporate them.
1 parent 6795d57 commit 6354137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53-
arch: [armv6, armv7, aarch64, ppc64le, s390x]
53+
arch: [armv6, armv7, aarch64]
5454
steps:
5555
- uses: actions/checkout@v3
5656
- uses: uraimo/run-on-arch-action@v2.5.0
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
path: artifacts
115115
- name: make executable
116-
run: chmod +x artifacts/*
116+
run: chmod +x artifacts/*/*
117117
- name: create release
118118
uses: softprops/action-gh-release@v1
119119
with:

0 commit comments

Comments
 (0)