5 lines
168 B
Bash
Executable file
5 lines
168 B
Bash
Executable file
#!/bin/bash
|
|
|
|
CGO_ENABLED=0 GOOS=linux go build -o lastlogin_mongodb-$(git describe --tags) -a -installsuffix cgo .
|
|
|
|
mv lastlogin_mongodb-$(git describe --tags) Docker/
|