Skip to content

Commit

Permalink
Attempt to add test dbs to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklos Bagi committed May 9, 2024
1 parent 04b36eb commit 01ba893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
CGO_ENABLED=0 go build -ldflags='-X main.Version=$(VERSION)' -tags '$(DATABASE) $(SOURCE)' ./cmd/migrate

build-docker:
CGO_ENABLED=0 go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$(DATABASE) $(SOURCE)" ./cmd/migrate
CGO_ENABLED=1 go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$(DATABASE) $(DATABASE_TEST) $(SOURCE)" ./cmd/migrate

build-cli: clean
-mkdir ./cli/build
Expand Down

0 comments on commit 01ba893

Please sign in to comment.