updated dockerfile and deploy

This commit is contained in:
2026-06-08 15:30:49 +02:00
parent 0f8c7f57ac
commit e2d51c6cdf
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ COPY . .
ARG TARGETOS
ARG TARGETARCH
LABEL org.opencontainers.image.source="https://git.miaurizius.de/miaurizius/miauinv"
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH \
go build -ldflags "-s -w" -o MiauInv .

0
deploy.sh Normal file → Executable file
View File