-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi @mLupine
Firstly, thanks for creating this layer compatible with arm64 architecture.
I am trying to use the git clone https://x-access-token:<token>@github.com/owner/repo.git command on an arm64 lambda for Node.js using the arn:aws:lambda:us-east-1:110966697890:layer:lambda-git-arm64:1 layer but I'm getting the following error:
git: 'remote-https' is not a git command. See 'git --help'
This command works correctly on x86 architecture lambdas with LambdCI's layer but shows the same error with arn:aws:lambda:us-east-1:110966697890:layer:lambda-git-x86_64:1 layer.
I tried investigating and found that this is probably due to (lack of) libcurl. Please see the following links for reference:
Can you please push a fix for this or suggest a workaround that I can implement myself for this?
Metadata
Metadata
Assignees
Labels
No labels