Skip to content

Commit

Permalink
Added mips/mipsle build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Sep 7, 2023
1 parent 7cd61ce commit f13110f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ builds:
goarch:
- amd64
- arm64
- mips
- mipsle
- id: docker-release
binary: app
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
Expand Down

0 comments on commit f13110f

Please sign in to comment.