mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-16 05:54:56 +02:00
.gitlab-ci.yml: build mips with softfloat
This commit is contained in:
parent
0d8148e442
commit
c12429e9ee
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ compile:
|
|||
script:
|
||||
- mkdir -p build
|
||||
- GOOS=linux GOARCH=amd64 go build -o build/dnsupdater-linux-amd64 cmd/dnsupdater/main.go
|
||||
- GOOS=linux GOARCH=mips go build -o build/dnsupdater-linux-mips cmd/dnsupdater/main.go
|
||||
- GOOS=linux GOARCH=mipsle go build -o build/dnsupdater-linux-mipsle cmd/dnsupdater/main.go
|
||||
- GOOS=linux GOARCH=mips GOMIPS=softfloat go build -o build/dnsupdater-linux-mips cmd/dnsupdater/main.go
|
||||
- GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -o build/dnsupdater-linux-mipsle cmd/dnsupdater/main.go
|
||||
artifacts:
|
||||
paths:
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue