vulcan-sql icon indicating copy to clipboard operation
vulcan-sql copied to clipboard

Production build with binary files

Open oscar60310 opened this issue 3 years ago • 1 comments

What’s the problem you're trying to solve

We should provide a single executable file to serve Vulcan server, with no dependencies or docker env required,

Describe the solution you’d like

Implement commands like vulcan build --output binary --platform x86 to built executable files.

Additional context

oscar60310 avatar Sep 07 '22 03:09 oscar60310

Thanks for @hanshino discovering pkg issues (Failed to make bytecode, refer: https://github.com/vercel/pkg/issues/641, https://github.com/vercel/pkg/issues/976 ), and sharing https://github.com/leafac/caxa the library to achieve building the binary successful.

kokokuo avatar May 30 '23 02:05 kokokuo