Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Aug 3, 2024
1 parent 2c377a6 commit 811c1f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
distro: ubuntu_latest
- arch: aarch64
distro: ubuntu_latest
# - arch: riscv64
# distro: ubuntu_latest
- arch: riscv64
distro: ubuntu_latest
- arch: s390x
distro: ubuntu_latest
- arch: ppc64le
Expand All @@ -39,13 +39,12 @@ jobs:
distro: ubuntu22.04
- arch: aarch64
distro: ubuntu22.04
# - arch: riscv64
# distro: ubuntu22.04
- arch: riscv64
distro: ubuntu22.04
- arch: s390x
distro: ubuntu22.04
- arch: ppc64le
distro: ubuntu22.04
# ubuntu with riscv64 has three failures and a crash on test_SolverInterface_basics in scipy's root function; also test_is_poly_positive and test_bend_rounded_Miller_Re_correction
# ubuntu20.04 is too old, fluids dropped support with numpy 2.0 compat

- arch: armv6
Expand Down

0 comments on commit 811c1f0

Please sign in to comment.