Browse Source

chore: remove unnecessary env (#1654)

Kevin Wan 3 years ago
parent
commit
c11a09be23
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/goctl/docker/template.go

+ 0 - 1
tools/goctl/docker/template.go

@@ -13,7 +13,6 @@ const (
 LABEL stage=gobuilder
 
 ENV CGO_ENABLED 0
-ENV GOOS linux
 {{if .Chinese}}ENV GOPROXY https://goproxy.cn,direct
 {{end}}{{if .HasTimezone}}
 RUN apk update --no-cache && apk add --no-cache tzdata