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

[Request] Add binaries for arm-based architectures #122

Closed
excited-bore opened this issue Feb 18, 2023 · 6 comments
Closed

[Request] Add binaries for arm-based architectures #122

excited-bore opened this issue Feb 18, 2023 · 6 comments

Comments

@excited-bore
Copy link

Would love to get this to run on a pi

@walles
Copy link
Owner

walles commented Feb 18, 2023

Some options

Check for packages

Which Linux distro are you running? On Arch and Gentoo moar is already packaged.

Homebrew

Can be useful for other things as well!

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install moar

I provide you with binaries

Then I need a Go arch triplet from your Pi.

uname -a output from that machine might do the trick.

@excited-bore
Copy link
Author

excited-bore commented Feb 19, 2023

EDIT: output neofetch

 `.::///+:/-.        --///+//-:``    user@pie 
 `+oooooooooooo:   `+oooooooooooo:    ------------ 
  /oooo++//ooooo:  ooooo+//+ooooo.    OS: Raspbian GNU/Linux 11 (bullseye) armv 
  `+ooooooo:-:oo-  +o+::/ooooooo:     Host: Raspberry Pi 4 Model B Rev 1.4 
   `:oooooooo+``    `.oooooooo+-      Kernel: 5.15.84-v7l+ 
     `:++ooo/.        :+ooo+/.`       Uptime: 4 hours, 33 mins 
        ...`  `.----.` ``..           Packages: 1835 (dpkg), 9 (snap) 
     .::::-``:::::::::.`-:::-`        Shell: bash 5.1.4 
    -:::-`   .:::::::-`  `-:::-       Terminal: /dev/pts/1 
   `::.  `.--.`  `` `.---.``.::`      CPU: BCM2711 (4) @ 1.800GHz 
       .::::::::`  -::::::::` `       Memory: 253MiB / 3838MiB 
 .::` .:::::::::- `::::::::::``::.
-:::` ::::::::::.  ::::::::::.`:::-                           
::::  -::::::::.   `-::::::::  ::::                           
-::-   .-:::-.``....``.-::-.   -::-
 .. ``       .::::::::.     `..`..
   -:::-`   -::::::::::`  .:::::`
   :::::::` -::::::::::` :::::::.
   .:::::::  -::::::::. ::::::::
    `-:::::`   ..--.`   ::::::.
      `...`  `...--..`  `...`
            .::::::::::
             `.-::::-`

uname -a
Linux pie 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux

Homebrew sadly doesn't work on a raspberry as brew only supports intel chips
Output install brew:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" ==> Checking for `sudo` access (which may request your password)... [sudo] password for user: Sorry, try again. [sudo] password for user: Homebrew on Linux is only supported on Intel processors!

Don't really know what you mean with Go triplets so I hope this suffices

@walles
Copy link
Owner

walles commented Feb 22, 2023

To Go that seems to be linux/arm.

No triplets, that was for some other toolchain...

@walles
Copy link
Owner

walles commented Feb 22, 2023

Tagged with Debian since if moar had been Debian packaged then you'd likely have had it already:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944035

@walles walles closed this as completed in ce49d99 Feb 22, 2023
@walles
Copy link
Owner

walles commented Feb 28, 2023

Linux ARM binary: https://github.com/walles/moar/releases/tag/v1.12.0

@walles
Copy link
Owner

walles commented May 20, 2023

Ref: #137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants