This commit is contained in:
parent
b49e0d19e9
commit
1f3b1ee41b
@ -12,6 +12,9 @@ RUN mkdir -p /opt/antholume
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
# Test
|
||||||
|
RUN git log --oneline | head
|
||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
RUN go build \
|
RUN go build \
|
||||||
-ldflags "-X reichard.io/antholume/config.version=`git describe --tags`" \
|
-ldflags "-X reichard.io/antholume/config.version=`git describe --tags`" \
|
||||||
|
Loading…
Reference in New Issue
Block a user