Skip to content

Commit

Permalink
Drop support for manylinux_2_24 ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 24, 2021
1 parent 25b4d44 commit a59047c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ By default, this action uses the following containers for supported architecture
| ppc64le | 2014/2_17 | messense/manylinux2014-cross:ppc64le |
| ppc64le | 2_24 | messense/manylinux_2_24-cross:ppc64le |
| ppc64 | 2014/2_17 | messense/manylinux2014-cross:ppc64 |
| ppc64 | 2_24 | messense/manylinux_2_24-cross:ppc64 |
| s390x | 2014/2_17 | messense/manylinux2014-cross:s390x |
| s390x | 2_24 | messense/manylinux_2_24-cross:s390x |

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ const DEFAULT_CONTAINERS: Record<string, Record<string, string>> = {
'powerpc64-unknown-linux-gnu': {
auto: 'messense/manylinux2014-cross:ppc64',
'2014': 'messense/manylinux2014-cross:ppc64',
'2_17': 'messense/manylinux2014-cross:ppc64',
'2_24': 'messense/manylinux_2_24-cross:ppc64'
'2_17': 'messense/manylinux2014-cross:ppc64'
},
'powerpc64le-unknown-linux-gnu': {
auto: 'messense/manylinux2014-cross:ppc64le',
Expand Down

0 comments on commit a59047c

Please sign in to comment.