Skip to content

Commit

Permalink
Use updated arm file name (aarch64 -> arm64) in webui setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed May 28, 2024
1 parent 91e43a1 commit 8333e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# It must be available as tag, e.g., `https://github.com/webui-dev/webui/releases/tag/2.4.2/`
webui_version=2.4.2

# Same tag-availability requirement as above, e.g., `https://github.com/webui-dev/go-webui/releases/tag/v2.4.2/`
go_webui_version=v2.4.2-1.0

module=github.com/webui-dev/go-webui/v2
Expand All @@ -26,7 +27,7 @@ case "$platform" in
archive="webui-linux-gcc-x64.zip"
;;
aarch64|arm64)
archive="webui-linux-gcc-aarch64.zip"
archive="webui-linux-gcc-arm64.zip"
;;
arm*)
archive="webui-linux-gcc-arm.zip"
Expand Down

0 comments on commit 8333e2d

Please sign in to comment.