Skip to content

Commit

Permalink
actions: add mips32 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed May 5, 2024
1 parent 5668350 commit 5d31e5f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,19 @@ jobs:
goarch: amd64
- goos: linux
goarch: arm64
- goos: linux
goarch: arm
goarm: 7
- goos: linux
goarch: riscv64
- goos: linux
goarch: mips64
- goos: linux
goarch: mips64le
- goos: linux
goarch: arm
goarm: 7
goarch: mips
- goos: linux
goarch: mipsle

- goos: windows
goarch: amd64
Expand Down

0 comments on commit 5d31e5f

Please sign in to comment.