File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -extldflags -sta
78
78
79
79
tar -czvf darwin_amd64_client.tar.gz npc conf/npc.conf conf/multi_account.conf
80
80
81
+ CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -ldflags " -s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
82
+
83
+ tar -czvf darwin_arm64_client.tar.gz npc conf/npc.conf conf/multi_account.conf
84
+
85
+
81
86
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags " -s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
82
87
83
88
tar -czvf linux_amd64_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
@@ -146,6 +151,12 @@ CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -extldflags -sta
146
151
tar -czvf darwin_amd64_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
147
152
148
153
154
+ CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -ldflags " -s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
155
+
156
+ tar -czvf darwin_arm64_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
157
+
158
+
159
+
149
160
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags " -s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
150
161
151
162
tar -czvf windows_amd64_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.exe
You can’t perform that action at this time.
0 commit comments