mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 13:14:39 +03:00
👷 Added Docker CI
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# Use the official Golang image as the base image
|
# Use the official Golang image as the base image
|
||||||
ARG TARGETOS TARGETARCH
|
|
||||||
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"
|
RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"
|
||||||
|
|||||||
Reference in New Issue
Block a user