Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: Fix releases script.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 18, 2024
1 parent 76122bd commit d7c5c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateReleases.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function mapTriple(triple) {
case "aarch64-unknown-linux-gnu":
return "aarch64-unknown-linux-gnu";

case "i686-pc-windows-msvc":
case "i686-pc-windows-msvc-shared":
case "i686-pc-windows-msvc-static":
return "i686-pc-windows-msvc";
Expand Down

0 comments on commit d7c5c1f

Please sign in to comment.