Skip to content

Commit

Permalink
Remove aarch64 from start.sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Sep 17, 2024
1 parent d81e3af commit 0f05535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ check() {
findArch() {
case "$(uname -m)" in
x86_64|amd64) arch="x86_64" ;;
aarch64|arm64) arch="aarch64" ;;
*) check 1 "Unsupported architecture"
esac
}
Expand Down
1 change: 0 additions & 1 deletion startdev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ addArch() {
findArch() {
case "$(uname -m)" in
x86_64|amd64) arch="x86_64" ;;
aarch64|arm64) arch="aarch64" ;;
*) check 1 "Unsupported architecture"
esac
}
Expand Down

0 comments on commit 0f05535

Please sign in to comment.