File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,22 @@ test-runtime:
88 docker run \
99 -it \
1010 --rm \
11+ --platform linux/amd64 \
1112 -v $(CURDIR ) /../libs/amazon-linux-2-v80/native/php:/var/task/php \
1213 -v $(CURDIR ) /../libs/amazon-linux-2-v80/native/lib:/var/task/lib/ \
1314 -w /var/task \
1415 --entrypoint /bin/bash \
1516 -p 8000:8000 \
16- lambci /lambda:nodejs12.x
17+ public.ecr.aws /lambda/nodejs:18
1718
1819test-libs :
1920 docker run \
2021 -it \
2122 --rm \
23+ --platform linux/amd64 \
2224 -v $(CURDIR ) /../libs/amazon-linux-2-v80/native/php:/var/task/php \
2325 -v $(CURDIR ) /../libs/amazon-linux-2-v80/native/lib:/var/task/lib/ \
2426 -v $(CURDIR ) :/srv \
2527 -w /srv \
2628 --entrypoint /bin/bash \
27- lambci /lambda:nodejs12.x
29+ public.ecr.aws /lambda/nodejs:18
You can’t perform that action at this time.
0 commit comments