From 6f907ca9ec79fed052d60faf801d2eca0244aed3 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 4 Dec 2024 22:29:56 -0400 Subject: [PATCH] FIX entry build go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 009e6f3..00e4326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN go build -o bin/us-dop-bot \ -ldflags "-X main.Shortsha=${SHORTSHA} \ -X main.Version=${version} \ - -X main.Aarch=${TARGETARCH}" ./cmd + -X main.Aarch=${TARGETARCH}" ./cmd/bot/main.go FROM alpine AS runner COPY --from=builder /app/bin/us-dop-bot /usr/bin/