Skip to content

github actions: publish binaries to github releases #2

@unixfox

Description

@unixfox

Good example from comment:

An action that makes use of deno compile for all supported targets would be helpful for this issue.

Targets supported by deno compile --target:

  • x86_64-pc-windows-msvc (with an optional icon)
  • x86_64-apple-darwin
  • aarch64-apple-darwin
  • x86_64-unknown-linux-gnu
  • aarch64-unknown-linux-gnu

When I created #2, I was thinking of something like this: https://github.com/marketplace/actions/go-release-binaries. I would favor to publishing the binary from a classic deno compile.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Future

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions