Explorar o código

👷 Added Docker CI

itspooya hai 1 ano
pai
achega
50c296eb28
Modificáronse 1 ficheiros con 0 adicións e 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"