Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jan 27, 2024
1 parent 931f87d commit 0bccf08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/deno/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ async function install(): Promise<string> {
'x86_64-unknown-linux-gnu': '@esbuild/linux-x64',

// These platforms are not supported by Deno
'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
'aarch64-linux-android': '@esbuild/android-arm64',
'x86_64-unknown-freebsd': '@esbuild/freebsd-x64',
"x86_64-alpine-linux-musl": '@esbuild/linux-x64',
}

// Pick a package to install
Expand Down

0 comments on commit 0bccf08

Please sign in to comment.