Browse Source

👷 Added Docker CI

itspooya 1 year ago
parent
commit
bb9a10051f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -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