tinygo-org / tinygo-site

Web site for TinyGo project.
https://tinygo.org
57 stars 112 forks source link

Fix: typo install linux doc arm64 #413

Closed otakakot closed 4 months ago

otakakot commented 4 months ago

I think armhf is arm64. I changed it to arm64 and confirmed that wget works correctly.

wget https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_armhf.deb                                                                                   
https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_armhf.deb                                                                                                                                     
Resolving github.com (github.com)... 20.27.177.113                                                                                                                                                                                                  
Connecting to github.com (github.com)|20.27.177.113|:443... connected.                                                                                                                                                                              
HTTP request sent, awaiting response... 404 Not Found
ERROR 404: Not Found.
wget https://github.com/tinygo-org/tinygo/releases/download/v0.32.0/tinygo_0.32.0_arm64.deb
tinygo_0.32.0_arm64.deb                            100%[================================================================================================================>] 133.66M  10.9MB/s
aykevl commented 4 months ago

No, the documentation is correct. The problem is that there is no armhf binary uploaded to the release page. I'll look into it.

To be clear: armhf is 32-bit ARM, not arm64.

aykevl commented 4 months ago

I have uploaded the armhf release. The wget command above now works.

(There are also 64-bit Raspberry Pis where the arm64 build should work, but I think a lot of them are still 32-bit and 32-bit should work on basically every Raspberry Pi).