Skip to content

Commit e2aaa06

Browse files
authored
Merge pull request #154 from usabilla/add-alpine3.12
Add Alpine 3.12
2 parents 98ec278 + 80ebd3d commit e2aaa06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ build-cli: clean-tags
2626
./build-php.sh cli 7.3 3.11
2727
./build-php.sh cli 7.4 3.10
2828
./build-php.sh cli 7.4 3.11
29+
./build-php.sh cli 7.4 3.12
2930

3031
build-fpm: BUILDINGIMAGE=fpm
3132
build-fpm: clean-tags
@@ -39,6 +40,7 @@ build-fpm: clean-tags
3940
./build-php.sh fpm 7.3 3.11
4041
./build-php.sh fpm 7.4 3.10
4142
./build-php.sh fpm 7.4 3.11
43+
./build-php.sh fpm 7.4 3.12
4244

4345
# Docker HTTP images build matrix ./build-nginx.sh (nginx version) (extra tag)
4446
build-http: BUILDINGIMAGE=http

0 commit comments

Comments
 (0)