Open KurtStam opened 7 years ago
Unless it has full support for testing on Travis CI I can't merge it.
@kylemanna, Travis CI should still work right? I'm simply adding a new Dockerfile.aarch64 which is used for the Dockerhub build only.
Travis-CI has never worked. Someone need to wrap it in a qemu script or something. I'm very hesitant to merge Aarch64 stuff as I can't test it.
@kylemanna the docker build is wrapped in qemu, but running it is not. So Travis-CI will fail there. It should be possible though: https://github.com/travis-ci/travis-ci/issues/3376. I will try to see if that is usable here.
It starts by building the container locally. Travis CI don't provide ARM based CPUs so that won't be possible without some hack with qemu.
Looks like this is possible now.
https://blog.travis-ci.com/2019-10-07-multi-cpu-architecture-support
Would be great to have the image on Dockerhub updated more regularly as well.
I'm planning to run this on my Raspberry Pi and it would be great to be able to just pull the image from Docker Hub.
In my fork
https://github.com/KurtStam/docker-openvpn/tree/aarch64
I have created a build that creates an aarch64 OpenVPN container on docker hub:
https://hub.docker.com/r/project31/aarch64-docker-openvpn/
I can keep maintaining it, but I think having it as an aarch64 branch on this project might make more sense. If you're interested that is.. Please let me know.
WDYT?
--Kurt