add travis arm 5/6/7

This commit is contained in:
unknown 2019-12-03 10:14:06 +08:00
parent 27df8a1b51
commit d415b8747b
1 changed files with 1 additions and 1 deletions

View File

@ -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