Skip to content

Commit a701fc3

Browse files
committed
fix: makefile
1 parent 231191b commit a701fc3

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ trim_trailing_whitespace = false
1717
[*.yml]
1818
indent_size = 2
1919

20+
21+
[Makefile]
22+
indent_style = tab
23+
indent_size = 4

Makefile

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
build: all
33

44
all:
5-
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 .
6-
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 .
7-
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 .
8-
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 .
9-
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 .
10-
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 .
11-
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 .
12-
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 .
13-
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 .
14-
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 .
15-
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 .
5+
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 .
6+
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 .
7+
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 .
8+
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 .
9+
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 .
10+
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 .
11+
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 .
12+
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 .
13+
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 .
14+
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 .
15+
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 .
1616

1717
all-nc:
18-
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 --no-cache --pull .
19-
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 --no-cache --pull .
20-
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 --no-cache --pull .
21-
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 --no-cache --pull .
22-
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 --no-cache --pull .
23-
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 --no-cache --pull .
24-
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 --no-cache --pull .
25-
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 --no-cache --pull .
26-
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 --no-cache --pull .
27-
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 --no-cache --pull .
28-
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 --no-cache --pull .
18+
docker build -f ./Dockerfile-5.6 -t php-fpm:dev-5.6 --no-cache --pull .
19+
docker build -f ./Dockerfile-7.0 -t php-fpm:dev-7.0 --no-cache --pull .
20+
docker build -f ./Dockerfile-7.1 -t php-fpm:dev-7.1 --no-cache --pull .
21+
docker build -f ./Dockerfile-7.2 -t php-fpm:dev-7.2 --no-cache --pull .
22+
docker build -f ./Dockerfile-7.3 -t php-fpm:dev-7.3 --no-cache --pull .
23+
docker build -f ./Dockerfile-7.4 -t php-fpm:dev-7.4 --no-cache --pull .
24+
docker build -f ./Dockerfile-8.0 -t php-fpm:dev-8.0 --no-cache --pull .
25+
docker build -f ./Dockerfile-8.1 -t php-fpm:dev-8.1 --no-cache --pull .
26+
docker build -f ./Dockerfile-8.2 -t php-fpm:dev-8.2 --no-cache --pull .
27+
docker build -f ./Dockerfile-8.3 -t php-fpm:dev-8.3 --no-cache --pull .
28+
docker build -f ./Dockerfile-8.4 -t php-fpm:dev-8.4 --no-cache --pull .

0 commit comments

Comments
 (0)