Feature request: Support OpenBSD in deno compile
Deno runs on OpenBSD, but deno compile currently does not support OpenBSD targets.
It would be useful to support at least:
x86_64-unknown-openbsd
aarch64-unknown-openbsd
For example:
deno compile --target x86_64-unknown-openbsd main.ts
Use case
I would like to deploy Deno applications on OpenBSD as standalone executables, without requiring a separate Deno runtime installation.
Since Deno already runs on OpenBSD, this seems primarily to require adding OpenBSD targets to the deno compile / denort build and release pipeline.
Would support for OpenBSD targets be considered?
Thanks.
Feature request: Support OpenBSD in deno compile
Deno runs on OpenBSD, but deno compile currently does not support OpenBSD targets.
It would be useful to support at least:
x86_64-unknown-openbsd
aarch64-unknown-openbsd
For example:
deno compile --target x86_64-unknown-openbsd main.ts
Use case
I would like to deploy Deno applications on OpenBSD as standalone executables, without requiring a separate Deno runtime installation.
Since Deno already runs on OpenBSD, this seems primarily to require adding OpenBSD targets to the deno compile / denort build and release pipeline.
Would support for OpenBSD targets be considered?
Thanks.