Files
php-for-dev/Makefile
2022-12-14 13:07:13 +07:00

18 lines
395 B
Makefile

build-72:
cd ./v7.2 && docker build --tag=php-for-dev:7.2 `pwd`
build-73:
cd ./v7.3 && docker build --tag=php-for-dev:7.3 `pwd`
build-74:
cd ./v7.4 && docker build --tag=php-for-dev:7.4 `pwd`
build-80:
cd ./v8.0 && docker build --tag=php-for-dev:8.0 `pwd`
build-81:
cd ./v8.1 && docker build --tag=php-for-dev:8.1 `pwd`
build-82:
cd ./v8.2 && docker build --tag=php-for-dev:8.2 `pwd`