This commit is contained in:
Adrian Macneil 2021-04-07 13:51:50 -07:00 committed by GitHub
parent 7b92033d1b
commit b020782b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 19 additions and 14 deletions

View file

@ -49,8 +49,8 @@ build-all: clean build-linux-amd64
go build $(TAGS) $(STATICLDFLAGS) -o dist/dbmate-windows-amd64.exe .
ls -lh dist
.PHONY: docker-make
docker-make:
.PHONY: docker-all
docker-all:
docker-compose build
docker-compose run --rm dev make