Skip to content

Commit

Permalink
Add support for riscv64 arch (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanemachine authored Mar 7, 2024
1 parent c58a92a commit 2249260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/esbuild.ex
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ defmodule Esbuild do
"i686" -> "#{osname}-ia32"
"i386" -> "#{osname}-ia32"
"aarch64" -> "#{osname}-arm64"
"riscv64" -> "#{osname}-riscv64"
# TODO: remove when we require OTP 24
"arm" when osname == :darwin -> "darwin-arm64"
"arm" -> "#{osname}-arm"
Expand Down

0 comments on commit 2249260

Please sign in to comment.