mirror of https://github.com/status-im/migrate.git
Merge pull request #78 from raizyr/sqlite3_is_cgo
https://github.com/mattn/go-sqlite3 is cgo, so CGO_ENABLED must be true
This commit is contained in:
commit
5593c9892b
|
@ -14,7 +14,7 @@ go-build:
|
|||
<<: *go
|
||||
command: sh -c 'go get -v && go build -ldflags ''-s'' -o migrater'
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
CGO_ENABLED: 1
|
||||
postgres:
|
||||
image: postgres
|
||||
mysql:
|
||||
|
|
Loading…
Reference in New Issue