FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
php-lambda-layer/Makefile at master · stackery/php-lambda-layer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
stackery
/
php-lambda-layer
Public archive
Notifications
You must be signed in to change notification settings
Fork
67
Star
322
Code
Issues
16
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
php-lambda-layer
/
Makefile
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (16 loc) · 561 Bytes
Breadcrumbs
php-lambda-layer
/
Makefile
Copy path
File metadata and controls
25 lines (16 loc) · 561 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ROOT_DIR:
=
$(
shell
dirname
$(
realpath
$(
lastword
$(
MAKEFILE_LIST
)
)
)
)
all
: php71.zip php73.zip
php71.zip
:
docker run --rm -e http_proxy=
${http_proxy}
-v
$(
ROOT_DIR
)
:/opt/layer lambci/lambda:build-provided /opt/layer/build.sh
php73.zip
:
docker run --rm -e http_proxy=
${http_proxy}
-v
$(
ROOT_DIR
)
:/opt/layer lambci/lambda:build-provided /opt/layer/build-php-remi.sh 3
upload71
: php71.zip
./upload.sh 7.1
upload73
: php73.zip
./upload.sh 7.3
publish71
: php71.zip
./publish.sh 7.1
publish73
: php73.zip
./publish.sh 7.3
clean
:
rm -f php71.zip php73.zip
Back
|
FazBrowse Home
|
New Git URL