File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
php71.zip
2
- php72.zip
3
2
php73.zip
Original file line number Diff line number Diff line change 1
1
ROOT_DIR: =$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
2
2
3
+ all : php71.zip php73.zip
4
+
3
5
php71.zip :
4
6
docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build.sh
5
7
6
- php72.zip :
7
- docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build-php-remi.sh 2
8
-
9
8
php73.zip :
10
9
docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build-php-remi.sh 3
11
10
12
- upload : php71.zip
13
- ./upload.sh
11
+ upload71 : php71.zip
12
+ ./upload.sh 7.1
13
+
14
+ upload73 : php73.zip
15
+ ./upload.sh 7.3
16
+
17
+ publish71 : php71.zip
18
+ ./publish.sh 7.1
14
19
15
- publish : php71 .zip
16
- ./publish.sh
20
+ publish73 : php73 .zip
21
+ ./publish.sh 7.3
17
22
18
23
clean :
19
- rm -f php71.zip php72.zip php73.zip
24
+ rm -f php71.zip php73.zip
20
25
You can’t perform that action at this time.
0 commit comments