Skip to content

Commit

Permalink
fix: specify linux-arm64 in pre-build list check (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice authored Mar 8, 2024
1 parent 852283e commit af2b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-extism.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ esac

case "$os-$arch" in
darwin-amd64|darwin-arm64) ;;
linux-amd64|linux-arm) ;;
linux-amd64|linux-arm64) ;;
*)
print "No prebuilt executables are available for $os-$arch"
print "Attempting to build from source"
Expand Down

0 comments on commit af2b274

Please sign in to comment.