👷 Added Docker CI

This commit is contained in:
itspooya 2023-05-08 04:02:54 +03:30 committed by Ho3ein
parent 5c6406ab58
commit bb9a10051f

View file

@ -1,7 +1,6 @@
# Use the official Golang image as the base image
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
ARG TARGETOS TARGETARCH
RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"
# Set up the working directory
WORKDIR /app