Skip to content

Commit

Permalink
fix typo in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent acc9452 commit 1081348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- {GOOS: linux, GOARCH: arm64}
- {GOOS: darwin, GOARCH: amd64}
- {GOOS: darwin, GOARCH: arm64}
- {GOOS: windows, GOARCH: amd64},
- {GOOS: windows, GOARCH: arm64},
- {GOOS: windows, GOARCH: amd64}
- {GOOS: windows, GOARCH: arm64}
- {GOOS: freebsd, GOARCH: amd64}
steps:
- name: Install Go
Expand Down

0 comments on commit 1081348

Please sign in to comment.