File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 7
7
goarch :
8
8
- amd64
9
9
ldflags : -s -w -X github.com/grepplabs/kafka-proxy/config.Version={{.Version}}
10
- archive :
11
- format : tar.gz
12
- files :
13
- - LICENSE
10
+ archives :
11
+ - name_template : " {{ .ProjectName }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
12
+ files :
13
+ - LICENSE
14
+ checksum :
15
+ name_template : ' CHECKSUM'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ WORKDIR /go/src/github.com/grepplabs/kafka-proxy
7
7
COPY . .
8
8
RUN make -e GOARCH=${GOARCH} -e GOOS=${GOOS} clean build
9
9
10
- FROM alpine:3.7
10
+ FROM alpine:3.11
11
11
12
12
RUN apk add --no-cache ca-certificates
13
13
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
8
8
GOPKGS = $(shell go list ./... | grep -v /vendor/)
9
9
BUILD_FLAGS ?=
10
10
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
11
- TAG ?= "v0.1.6 "
11
+ TAG ?= "v0.2.0 "
12
12
GOARCH ?= amd64
13
13
GOOS ?= linux
14
14
Original file line number Diff line number Diff line change 35
35
36
36
Linux
37
37
38
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.6 /kafka-proxy_0.1.6_linux_amd64 .tar.gz | tar xz
38
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.0 /kafka-proxy-v0.2.0-linux-amd64 .tar.gz | tar xz
39
39
40
40
macOS
41
41
42
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.1.6 /kafka-proxy_0.1.6_darwin_amd64 .tar.gz | tar xz
42
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.0 /kafka-proxy-v0.2.0-darwin-amd64 .tar.gz | tar xz
43
43
44
44
2 . Move the binary in to your PATH.
45
45
You can’t perform that action at this time.
0 commit comments