mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:24:03 +03:00
Add mips support
This commit is contained in:
@@ -49,6 +49,22 @@ builds:
|
|||||||
goarch: 386
|
goarch: 386
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: arm
|
goarch: arm
|
||||||
|
- id: mips
|
||||||
|
binary: '{{ .ProjectName }}'
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
goarch:
|
||||||
|
- mips
|
||||||
|
- mipsle
|
||||||
|
gomips:
|
||||||
|
- softfloat
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
flags:
|
||||||
|
- -trimpath
|
||||||
|
- -mod=readonly
|
||||||
|
- -pgo=auto
|
||||||
|
ldflags: -s -w -X main.version={{ .Version }}
|
||||||
- id: arm64-v9
|
- id: arm64-v9
|
||||||
binary: '{{ .ProjectName }}'
|
binary: '{{ .ProjectName }}'
|
||||||
goos:
|
goos:
|
||||||
|
|||||||
Reference in New Issue
Block a user