Skip to content

Commit 2595304

Browse files
committed
Updated list of supported targets
- switched to just providing a list of platform + arch instead of the full formatted string
1 parent 605c7f9 commit 2595304

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,14 @@ yarn add sqlite3
3737

3838
The module uses [`prebuild-install`](https://github.com/prebuild/prebuild-install) to download the prebuilt binary for your platform, if it exists. These binaries are hosted on GitHub Releases for `sqlite3` versions above 5.0.2, and they are hosted on S3 otherwise. The following targets are currently provided:
3939

40-
Format: `napi-v{napi_build_version}-{platform}-{libc}-{arch}`
41-
42-
* `napi-v3-darwin-unknown-arm64`
43-
* `napi-v3-darwin-unknown-x64`
44-
* `napi-v3-linux-glibc-arm64`
45-
* `napi-v3-linux-glibc-x64`
46-
* `napi-v3-linux-musl-arm64`
47-
* `napi-v3-linux-musl-x64`
48-
* `napi-v3-win32-unknown-ia32`
49-
* `napi-v3-win32-unknown-x64`
50-
* `napi-v6-darwin-unknown-arm64`
51-
* `napi-v6-darwin-unknown-x64`
52-
* `napi-v6-linux-glibc-arm64`
53-
* `napi-v6-linux-glibc-x64`
54-
* `napi-v6-linux-musl-arm64`
55-
* `napi-v6-linux-musl-x64`
56-
* `napi-v6-win32-unknown-ia32`
57-
* `napi-v6-win32-unknown-x64`
40+
* `darwin-arm64`
41+
* `darwin-x64`
42+
* `linux-arm64`
43+
* `linux-x64`
44+
* `linuxmusl-arm64`
45+
* `linuxmusl-x64`
46+
* `win32-ia32`
47+
* `win32-x64`
5848

5949
Unfortunately, [prebuild](https://github.com/prebuild/prebuild/issues/174) cannot differentiate between `armv6` and `armv7`, and instead uses `arm` as the `{arch}`. Until that is fixed, you will still need to install `sqlite3` from [source](#source-install).
6050

0 commit comments

Comments
 (0)