-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Labels
good first issueGood for newcomersGood for newcomers