This commit is contained in:
MHSanaei
2023-12-10 20:43:48 +03:30
committed by Alireza Ahmadi
parent 24ef749842
commit af54b34f3a
13 changed files with 394 additions and 423 deletions

View File

@@ -5,6 +5,7 @@ FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
WORKDIR /app
ARG TARGETARCH
ENV CGO_ENABLED=1
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
RUN apk --no-cache --update add \
build-base \