We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931f87d commit 0bccf08Copy full SHA for 0bccf08
lib/deno/mod.ts
@@ -154,8 +154,9 @@ async function install(): Promise<string> {
154
'x86_64-unknown-linux-gnu': '@esbuild/linux-x64',
155
156
// These platforms are not supported by Deno
157
- 'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
158
'aarch64-linux-android': '@esbuild/android-arm64',
+ 'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
159
+ "x86_64-alpine-linux-musl": '@esbuild/linux-x64',
160
}
161
162
// Pick a package to install
0 commit comments