Skip to content

Commit

Permalink
🐛 Pick the right Tailwind executable for aarch64 (lustre-labs#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri authored Jul 26, 2024
1 parent 34c9800 commit dd4b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lustre_dev_tools/tailwind.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn get_download_url_and_hash(os, cpu) {
base <> "linux-armv7",
"38E004B144004495CD148621ADB852C21D5D350E66308C8FF9E2FD90A15726F5",
))
"linux", "arm64" ->
"linux", "arm64" | "linux", "aarch64" ->
Ok(#(
base <> "linux-arm64",
"1178C3E8B44B9EB43F40E786EE25664C93D83F6D05B062C0D9CAF410D64D5587",
Expand Down

0 comments on commit dd4b277

Please sign in to comment.