Skip to content

Commit

Permalink
fix test for dual arch
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jul 8, 2024
1 parent c191738 commit e86a42e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
dest_binary="/usr/local/bin"
os=$(uname | tr '[:upper:]' '[:lower:]')
case "$(uname -m)" in
x86_64)
amd64)
x86_64 | amd64)
arch="amd64"
;;

arm64)
aarch64)
arm64 | aarch64)
arch="arm4"
;;

Expand Down

0 comments on commit e86a42e

Please sign in to comment.