mirror of https://github.com/qwqdanchun/nps.git
add travis arm 5/6/7
This commit is contained in:
parent
27df8a1b51
commit
d415b8747b
|
@ -99,7 +99,7 @@ before_deploy:
|
|||
|
||||
- tar -czvf linux_arm6_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps
|
||||
|
||||
- CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=57 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
|
||||
- CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
|
||||
|
||||
- tar -czvf linux_arm7_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps
|
||||
|
||||
|
|
Loading…
Reference in New Issue