mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 03:04:45 +08:00
support build branches other than master
This commit is contained in:
@@ -2,6 +2,8 @@ FROM frolvlad/alpine-glibc as builder
|
||||
RUN apk add git go g++
|
||||
RUN mkdir -p /go/src/github.com/chrislusf/
|
||||
RUN git clone https://github.com/chrislusf/seaweedfs /go/src/github.com/chrislusf/seaweedfs
|
||||
ARG branch=${branch:-master}
|
||||
RUN cd /go/src/github.com/chrislusf/seaweedfs && git checkout $ARG
|
||||
RUN cd /go/src/github.com/chrislusf/seaweedfs/weed \
|
||||
&& export LDFLAGS="-X github.com/chrislusf/seaweedfs/weed/util.COMMIT=$(git rev-parse --short HEAD)" \
|
||||
&& go install -ldflags "${LDFLAGS}"
|
||||
|
||||
Reference in New Issue
Block a user