Kevin Wan 3 лет назад
Родитель
Сommit
c11a09be23
1 измененных файлов с 0 добавлено и 1 удалено
  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