updated dockerfile and deploy
This commit is contained in:
@@ -11,6 +11,8 @@ COPY . .
|
|||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://git.miaurizius.de/miaurizius/miauinv"
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
|
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
|
||||||
go build -ldflags "-s -w" -o MiauInv .
|
go build -ldflags "-s -w" -o MiauInv .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user