←back to thread

207 points fjk | 1 comments | | HN request time: 0s | source
Show context
andnand ◴[] No.43937320[source]
Im fairly new to self hosting. I've been playing around with a raspberry pi running raspberry pi os. The documentation says the Debian package is only for amd64 architectures. Im assuming that has to do with one of the Node packages? Out of curiosity, if I wanted to get it to work on an arm architecture, where would I start? My first guess would be trying to install it on the pi and looking at the error messages.
replies(2): >>43937462 #>>43937591 #
apitman ◴[] No.43937462[source]
Can you use Docker? Looks like they have a linux/arm64 build.
replies(1): >>43937601 #
1. andnand ◴[] No.43937601[source]
I was looking to use this as a learning exercise. Im just curious about the process of getting this to build for arm natively.