Browse Source

👷 Added Docker CI

itspooya 1 năm trước cách đây
mục cha
commit
50c296eb28
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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"