mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 17:35:08 +01:00
Add linux/arm64 build (#155)
This commit is contained in:
parent
073efc996e
commit
df461ff6c7
3 changed files with 15 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue