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 77 goarch :
88 - amd64
99 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
77COPY . .
88RUN make -e GOARCH=${GOARCH} -e GOOS=${GOOS} clean build
99
10- FROM alpine:3.7
10+ FROM alpine:3.11
1111
1212RUN apk add --no-cache ca-certificates
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88GOPKGS = $(shell go list ./... | grep -v /vendor/)
99BUILD_FLAGS ?=
1010LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
11- TAG ?= "v0.1.6 "
11+ TAG ?= "v0.2.0 "
1212GOARCH ?= amd64
1313GOOS ?= linux
1414
Original file line number Diff line number Diff line change 3535
3636 Linux
3737
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
3939
4040 macOS
4141
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
4343
44442 . Move the binary in to your PATH.
4545
You can’t perform that action at this time.
0 commit comments