Reworked Travis CI to produce ARM images

This commit is contained in:
Quentin McGaw
2019-04-26 12:28:32 +02:00
parent 00f6c74869
commit 29d9fb5879
5 changed files with 23 additions and 149 deletions

View File

@@ -75,16 +75,8 @@
modprobe tun
```
1. **ONLY IF YOU HAVE AN ARM DEVICE, depending on your cpu architecture:**
```sh
# ARM 32 bit V6
docker build -t qmcgaw/private-internet-access https://github.com/qdm12/private-internet-access-docker.git -f Dockerfile.arm32v6
# ARM 64 bit v8
docker build -t qmcgaw/private-internet-access https://github.com/qdm12/private-internet-access-docker.git -f Dockerfile.arm64v8
```
I will rework the CI pipeline to build ARM images later.
1. **IF YOU HAVE AN ARM DEVICE, depending on your cpu architecture:** replace `qmcgaw/private-internet-access`
with either `qmcgaw/private-internet-access:armhf` (32 bit) or `qmcgaw/private-internet-access:aarch64` (64 bit).
1. Launch the container with: