You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'd like to report a problem, because I'm using pygit2 in a project and I find that in cloud environments (specifically AWS Lambda) the package just doesn't work. You can use the package if AWS Lambda uses runtime python3.11 with x86_64 architecture. If I change the runtime to a newer one or change the architecture to arm64 then the package does not work. Would it be possible to verify this and fix it?