Browse Source

chore: remove unnecessary env (#1654)

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