1
0
mirror of https://github.com/Luzifer/nginx-sso-auth-supercookie.git synced 2024-09-19 08:52:58 +00:00
nginx-sso-auth-supercookie/Makefile
2019-02-23 19:26:11 +01:00

10 lines
306 B
Makefile

default: build
build:
docker run --rm -i \
-e CGO_ENABLED=1 \
-v "$(CURDIR):/go/src/github.com/Luzifer/auth-supercookie" \
-w /go/src/github.com/Luzifer/auth-supercookie \
golang:alpine \
sh -c 'apk add --update build-base git && go get -d && go build -buildmode=plugin -o auth-supercookie.so'