Add linux/arm64 build (#155)

This commit is contained in:
Adrian Macneil 2020-08-08 16:25:13 -07:00 committed by GitHub
parent 073efc996e
commit df461ff6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 15 deletions

View file

@ -9,10 +9,10 @@ install:
- docker-compose build
- docker-compose up -d
script:
- docker-compose run --rm --volume "$PWD/dist:/src/dist" dbmate make build
- docker-compose run --rm --volume "$PWD/dist:/src/dist" dbmate make build-all
- docker-compose run --rm dbmate make lint
- docker-compose run --rm dbmate make wait
- docker-compose run --rm dbmate make test
- docker-compose run --rm dbmate make lint
- docker build -t dbmate .
- docker run --rm dbmate --help
deploy: