Skip to content

Commit

Permalink
full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 27, 2024
1 parent ba43566 commit e4cdb2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
linux_arch: [amd64]
# linux_arch: [s390x, arm64, amd64]
linux_arch: [s390x, arm64, amd64]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -85,8 +84,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
linux_arch: [amd64]
# linux_arch: [amd64, arm64]
linux_arch: [amd64, arm64]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e4cdb2c

Please sign in to comment.