From fd6bc0e6580baddb1c89c48bdea30e9a9395d0cc Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Mon, 8 May 2023 16:14:59 +0530 Subject: [PATCH] add master marking for normal Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c08754..5321429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk --no-cache add git RUN git clone https://codeberg.org/gothub/gothub . RUN go mod download -RUN GOOS=linux GOARCH=$TARGETARCH go build -o /src/gothub +RUN GOOS=linux GOARCH=$TARGETARCH go build -o /src/gothub -ldflags="-X codeberg.org/gothub/gothub/utils.Branch=master" FROM alpine:3.16 as bin