@@ -7,7 +7,7 @@ build:
commands:
- export GOPROXY=https://goproxy.io
- export GO111MODULE=on
- - CGO_ENABLED=0 go build -a -ldflags '-s'
+ - CGO_ENABLED=0 go build -a -ldflags '-s' -o flarum
- tar zcf flarum.tar.gz static app.properties sql doc flarum
publish:
docker: