uname -m
This commit is contained in:
parent
6adb58eb9a
commit
79b5978d58
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ cp -R $REPOSITORY $PREFIX/libexec/$PRGNAM
|
||||||
GOROOT=$PREFIX/libexec/$PRGNAM
|
GOROOT=$PREFIX/libexec/$PRGNAM
|
||||||
GOBIN=\$GOROOT/bin
|
GOBIN=\$GOROOT/bin
|
||||||
GOOS=linux
|
GOOS=linux
|
||||||
case $ARCH in
|
case \$(uname -m) in
|
||||||
x86_64)
|
x86_64)
|
||||||
GOARCH=amd64
|
GOARCH=amd64
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue