Skip to content

Commit

Permalink
update makefile for nodejs22
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Nov 28, 2024
1 parent b8b700d commit f33bbad
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,25 @@ publish-nodejs20x-local: build-nodejs20x
-v "${HOME}/.aws:/home/newrelic-lambda-layers/.aws" \
newrelic-lambda-layers-nodejs20x

build-nodejs22x:
docker build \
--no-cache \
-t newrelic-lambda-layers-nodejs22x \
-f ./dockerfiles/Dockerfile.nodejs22x \
.

publish-nodejs22x-ci: build-nodejs22x
docker run \
-e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY \
newrelic-lambda-layers-nodejs22x

publish-nodejs22x-local: build-nodejs22x
docker run \
-e AWS_PROFILE \
-v "${HOME}/.aws:/home/newrelic-lambda-layers/.aws" \
newrelic-lambda-layers-nodejs22x

build-ruby32:
docker build \
--no-cache \
Expand Down

0 comments on commit f33bbad

Please sign in to comment.