Skip to content

Commit

Permalink
make gbuild matrix faster
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 9, 2024
1 parent f8db444 commit 006eac6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
linux_arch: [s390x, arm64, amd64]
# linux_arch: [s390x, arm64, amd64]
linux_arch: [amd64]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -82,7 +83,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
linux_arch: [amd64, arm64]
# linux_arch: [amd64, arm64]
linux_arch: [amd64]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 006eac6

Please sign in to comment.