Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

armhf support? #15

Open
PolarizedIons opened this issue Feb 10, 2019 · 2 comments
Open

armhf support? #15

PolarizedIons opened this issue Feb 10, 2019 · 2 comments

Comments

@PolarizedIons
Copy link

Hi, would it be possible to build and publish this to the docker repos with armhf support? Would love to be able to run this on my raspberry pi zero.

Thank you

@benzBrake
Copy link

Try this:https://github.com/benzBrake/Docker-Aria2-Busybox/blob/master/Dockerfile.aarch ?
I'm not sure if it can work

@PolarizedIons
Copy link
Author

pi@virgil:~/build/aria2 $ docker build -t aria2-armhf -f Dockerfile.aarch .
Sending build context to Docker daemon  10.57MB
Step 1/7 : FROM busybox
 ---> 076f0534356f
Step 2/7 : MAINTAINER Ryan Lieu <[email protected]>
 ---> Using cache
 ---> dbd363ad617b
Step 3/7 : ADD ["index.html", "aria2.conf", "entrypoint.sh", "/data/"]
 ---> 821891ad240a
Step 4/7 : RUN CURL_LINK="https://github.com$(wget -q -O - https://github.com/q3aql/aria2-static-builds/releases/latest | grep "aria2-.*-linux-gnu-arm-rbpi-build1.tar.bz2" | grep "<a" | awk -F '"' '{print $2}')" &&     wget ${CURL_LINK} &&     bzip2 -d aria2*.bz2 &&     tar xf aria2*.tar &&     rm -rf aria2*.tar &&     mkdir -p /etc/ssl/certs/ /data/aria2/html /data/aria2/downloads &&     cd aria2* &&     cp ca-certificates.crt /etc/ssl/certs/ &&     cp aria2c /bin &&     rm -rf /aria2-.*-linux-gnu-arm-rbpi-build1
 ---> Running in a77a20a5d61f
The command '/bin/sh -c CURL_LINK="https://github.com$(wget -q -O - https://github.com/q3aql/aria2-static-builds/releases/latest | grep "aria2-.*-linux-gnu-arm-rbpi-build1.tar.bz2" | grep "<a" | awk -F '"' '{print $2}')" &&     wget ${CURL_LINK} &&     bzip2 -d aria2*.bz2 &&     tar xf aria2*.tar &&     rm -rf aria2*.tar &&     mkdir -p /etc/ssl/certs/ /data/aria2/html /data/aria2/downloads &&     cd aria2* &&     cp ca-certificates.crt /etc/ssl/certs/ &&     cp aria2c /bin &&     rm -rf /aria2-.*-linux-gnu-arm-rbpi-build1' returned a non-zero code: 139
pi@virgil:~/build/aria2 $ 

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

No branches or pull requests

2 participants