anthonychu / azure-functions-deno-worker

Run Deno 🦕 on Azure Functions ⚡️
MIT License
110 stars 17 forks source link

Rosolve binary version mismatch between local and deployment package #16

Closed horihiro closed 4 years ago

horihiro commented 4 years ago

For https://github.com/anthonychu/azure-functions-deno-worker/issues/15

horihiro commented 4 years ago

I finally understand a problem of this PR @anthonychu pointed out in the internal thread.

I confirmed that getBinaryVersion function cannot work when deploying to linux app from wndows PC, because windows cannot execute linux binary in the function to check the version. # Only WSL can execute windows binany.

Maybe it's expected that this is failed on mac OS also.

Another approach is needed for #15.

This is closed