这是indexloc提供的服务,不要输入任何密码
Skip to content

infra: github releases #6

@Boshen

Description

@Boshen

This repo needs to make a github release with compiled binaries as release assets.

Oxlint will add the compiled binary to its npm packages.

The release needs to include https://github.com/oxc-project/oxc/blob/f717da9ba8449afe5b5e9e6730b45efc8927877b/.github/workflows/release_oxlint.yml#L48-L78

- os: windows-latest
  target: x86_64-pc-windows-msvc
  code-target: win32-x64

- os: windows-latest
  target: aarch64-pc-windows-msvc
  code-target: win32-arm64

- os: ubuntu-latest
  target: x86_64-unknown-linux-gnu
  code-target: linux-x64-gnu

- os: ubuntu-latest
  target: aarch64-unknown-linux-gnu
  code-target: linux-arm64-gnu

- os: ubuntu-latest
  target: x86_64-unknown-linux-musl
  code-target: linux-x64-musl

- os: ubuntu-latest
  target: aarch64-unknown-linux-musl
  code-target: linux-arm64-musl

- os: macos-latest
  target: x86_64-apple-darwin
  code-target: darwin-x64

- os: macos-latest
  target: aarch64-apple-darwin
  code-target: darwin-arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions