Skip to content

Commit

Permalink
Remove s390x (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediuminvader authored Aug 7, 2023
1 parent 9f6c462 commit a33c39d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dozer-log-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x]
# target: [x86_64, x86, aarch64, armv7, s390x]
target: [x86_64, x86, aarch64, armv7]
node_version: [12, 14, 16]
include:
- target: x86_64
Expand All @@ -51,10 +52,10 @@ jobs:
rustup_target: armv7-unknown-linux-gnueabihf
node_arch: arm
gcc: gcc-arm-linux-gnueabihf
- target: s390x
rustup_target: s390x-unknown-linux-gnu
node_arch: s390x
gcc: gcc-s390x-linux-gnu
# - target: s390x
# rustup_target: s390x-unknown-linux-gnu
# node_arch: s390x
# gcc: gcc-s390x-linux-gnu
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a33c39d

Please sign in to comment.