mirror of
https://github.com/directorz/mailfull-go.git
synced 2025-12-17 09:37:02 +00:00
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ build:
|
||||
|
||||
.build-docker:
|
||||
docker run --rm -v $(DIR_PKG):/go/pkg -v $(PWD):/go/src/github.com/directorz/mailfull-go -w /go/src/github.com/directorz/mailfull-go \
|
||||
-e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.8.3 \
|
||||
-e GOOS=$(GOOS) -e GOARCH=$(GOARCH) golang:1.9.2 \
|
||||
go build -v -i -ldflags "-X main.gittag=$(GITTAG)" -o $(DIR_BUILD)/mailfull_$(GOOS)_$(GOARCH)/mailfull cmd/mailfull/*.go
|
||||
|
||||
build-linux-amd64:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package mailfull
|
||||
|
||||
// Version is a version number.
|
||||
const Version = "v1.0.1"
|
||||
const Version = "v1.0.2"
|
||||
|
||||
Reference in New Issue
Block a user