mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-24 03:46:53 +00:00
👷 Added Docker CI
This commit is contained in:
parent
50d8195aea
commit
214b67e6d6
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Use the official Golang image as the base image
|
# Use the official Golang image as the base image
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
|
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
|
||||||
ARG TARGETOS TARGETARCH
|
ARG TARGETOS TARGETARCH
|
||||||
RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"
|
|
||||||
# Set up the working directory
|
# Set up the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue