diff options
| author | itspooya <fallenangel201190@yahoo.com> | 2023-05-08 03:32:54 +0300 |
|---|---|---|
| committer | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 09:34:47 +0300 |
| commit | bb9a10051fcf4513bd6eb0192fe9946943778922 (patch) | |
| tree | 6af5de0c628ebd0e539d6e1fe3a9141086d44771 | |
| parent | 5c6406ab58517a34180ea6ae2d2e401bca112d9d (diff) | |
👷 Added Docker CI
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
