Use buildkit in make targets
This commit is contained in:
parent
f4cba5328b
commit
90771e3d3c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -13,10 +13,10 @@ VERSION ?= test
|
|||
default: .DEFAULT
|
||||
|
||||
alpine:
|
||||
docker build --pull --target=alpine -t laravel-base:${VERSION}-alpine .
|
||||
BUILDKIT=1 docker build --pull --target=alpine -t laravel-base:${VERSION}-alpine .
|
||||
|
||||
stretch:
|
||||
docker build --pull --target=stretch -t laravel-base:${VERSION}-stretch .
|
||||
BUILDKIT=1 docker build --pull --target=stretch -t laravel-base:${VERSION}-stretch .
|
||||
|
||||
all: alpine stretch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue