Skip to content

Commit

Permalink
build windows version on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorriegler committed Jun 30, 2024
1 parent 0a7d588 commit 5f8ff7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
include:
- os: ubuntu-latest
goos: linux
- os: ubuntu-latest
goos: windows
- os: macos-latest
goos: darwin
- os: windows-latest
goos: windows
env:
GOOS: ${{ matrix.goos }}
CGO_ENABLED: 0
Expand Down

0 comments on commit 5f8ff7a

Please sign in to comment.