Skip to content

Commit 0bccf08

Browse files
committed
1 parent 931f87d commit 0bccf08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/deno/mod.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ async function install(): Promise<string> {
154154
'x86_64-unknown-linux-gnu': '@esbuild/linux-x64',
155155

156156
// These platforms are not supported by Deno
157-
'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
158157
'aarch64-linux-android': '@esbuild/android-arm64',
158+
'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
159+
"x86_64-alpine-linux-musl": '@esbuild/linux-x64',
159160
}
160161

161162
// Pick a package to install

0 commit comments

Comments
 (0)