From 0a8cf7e41bb712b6ac6d410ff6e129d2e252535f Mon Sep 17 00:00:00 2001 From: itspooya Date: Mon, 8 May 2023 04:25:14 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Added=20Docker=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f499c0b..64d57d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o xui-release-$TARGETARCH -v mai FROM ubuntu:20.04 # Set up the working directory WORKDIR /app - +ARG TARGETOS TARGETARCH # Copy the X-ui binary and required files from the builder stage COPY --from=builder /app/xui-release-$TARGETARCH /app/x-ui/xui-release COPY x-ui.service /app/x-ui/x-ui.service