浏览代码

👷 Added Docker CI

itspooya 1 年之前
父节点
当前提交
50c296eb28
共有 1 个文件被更改,包括 0 次插入1 次删除
  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"