Skip to content

Commit

Permalink
exclude unsupported combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jan 8, 2024
1 parent 1a76d74 commit 9551f85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- darwin
- windows
- linux
exclude:
- os: windows
arch: i386
- os: darwin
arch: i386
runs-on: ubuntu-latest
container:
image: golang:1.21
Expand Down

0 comments on commit 9551f85

Please sign in to comment.