👷 Added Docker CI

This commit is contained in:
itspooya 2023-05-08 03:49:47 +03:30 committed by Ho3ein
parent 8e85d319ca
commit b7b4ea7497

View file

@ -1,5 +1,4 @@
# Use the official Golang image as the base image
ARG TARGETOS TARGETARCH
FROM --platform=$BUILDPLATFORM golang:1.20 as builder
ARG TARGETOS TARGETARCH
RUN echo "TARGETOS=$TARGETOS TARGETARCH=$TARGETARCH"