This repository was archived by the owner on Sep 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
33all : php71.zip php73.zip
44
55php71.zip :
6- docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-nodejs8.10 /opt/layer/build.sh
6+ docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-provided /opt/layer/build.sh
77
88php73.zip :
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
9+ docker run --rm -e http_proxy=${http_proxy} -v $(ROOT_DIR ) :/opt/layer lambci/lambda:build-provided /opt/layer/build-php-remi.sh 3
1010
1111upload71 : php71.zip
1212 ./upload.sh 7.1
You can’t perform that action at this time.
0 commit comments