Skip to content

Commit d224bd4

Browse files
authored
Add mips builds for wsh (#1878)
1 parent a8dd0b7 commit d224bd4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ tasks:
199199
vars:
200200
GOOS: linux
201201
GOARCH: amd64
202+
- task: build:wsh:internal
203+
vars:
204+
GOOS: linux
205+
GOARCH: mips
206+
- task: build:wsh:internal
207+
vars:
208+
GOOS: linux
209+
GOARCH: mips64
202210
- task: build:wsh:internal
203211
vars:
204212
GOOS: windows

0 commit comments

Comments
 (0)