Explorar el Código

👷 Added Docker CI

itspooya hace 1 año
padre
commit
50c296eb28
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

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