Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Golang #2162

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleaned up code
  • Loading branch information
slashtechno committed Nov 4, 2022

Verified

This commit was signed with the committer’s verified signature.
slashtechno Angad Behl
commit b8d7f978380379edf56856517411790d3bbd1cf7
5 changes: 2 additions & 3 deletions apps/golang/install
Original file line number Diff line number Diff line change
@@ -6,14 +6,13 @@ VERSION="1.19.2"

case "$arch" in
"64")
ARCH="arm64"
PLATFORM="linux-arm64"
;;
"32")
ARCH="armv6l"
PLATFORM="linux-armv6l"
;;
*)
error "arch variable is not set, can not continue"
PLATFORM="linux-$ARCH"
;;
esac
theofficialgman marked this conversation as resolved.
Show resolved Hide resolved