Skip to content

Commit

Permalink
Remove s390x and duplicate 386 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 20, 2024
1 parent 128cfc6 commit 1e93fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/s390x"]
# "linux/s390x" -> depends on rustpython
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/amd64"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e93fe0

Please sign in to comment.