Skip to content

Commit

Permalink
Add mips builds for wsh (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Jan 31, 2025
1 parent a8dd0b7 commit d224bd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ tasks:
vars:
GOOS: linux
GOARCH: amd64
- task: build:wsh:internal
vars:
GOOS: linux
GOARCH: mips
- task: build:wsh:internal
vars:
GOOS: linux
GOARCH: mips64
- task: build:wsh:internal
vars:
GOOS: windows
Expand Down

0 comments on commit d224bd4

Please sign in to comment.