Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbd689 commit dd0ead0Copy full SHA for dd0ead0
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/golang-migrate/migrate
8
COPY . ./
9
10
ENV GO111MODULE=on
11
-ENV DATABASES="postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb mssql"
+ENV DATABASES="postgres mysql redshift cassandra spanner cockroachdb clickhouse mongodb sqlserver"
12
ENV SOURCES="file go_bindata github aws_s3 google_cloud_storage godoc_vfs gitlab"
13
14
RUN go build -a -o build/migrate.linux-386 -ldflags="-X main.Version=${VERSION}" -tags "$DATABASES $SOURCES" ./cmd/migrate
0 commit comments