1
0
mirror of https://github.com/flant/ovpn-admin.git synced 2024-11-30 08:16:46 +02:00
This commit is contained in:
Ilya Sosnovsky 2021-11-29 13:10:55 +03:00
parent 2d75fb1f4b
commit af65b36d2b

View File

@ -6,6 +6,6 @@ cd frontend && npm install && npm run build && cd ..
packr2
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a tags netgo -ldflags "-linkmode external -extldflags -static -s -w" @
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags "-linkmode external -extldflags -static -s -w" @
packr2 clean