Skip to content

Commit

Permalink
Add Xenial main and universe, remove non-arm64 rootfs just for Travis…
Browse files Browse the repository at this point in the history
… testing
  • Loading branch information
UniversalSuperBox committed Feb 7, 2018
1 parent 2d494cb commit f91a803
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ sudo: required
dist: xenial

install:
- sudo bash -c "echo deb http://de.archive.ubuntu.com/ubuntu bionic main >> /etc/apt/sources.list"
- sudo bash -c "echo deb http://de.archive.ubuntu.com/ubuntu xenial main >> /etc/apt/sources.list"
- sudo bash -c "echo deb http://de.archive.ubuntu.com/ubuntu xenial universe >> /etc/apt/sources.list"
- sudo apt-get update
- sudo apt-get install qemu-user-static debootstrap -y

script:
- chmod +x ./build-initrd.sh
- for i in armhf armel arm64 amd64 i386; do sudo ./build-initrd.sh -u -a $i; done
- for i in arm64; do sudo ./build-initrd.sh -u -a $i; done

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
Expand Down

0 comments on commit f91a803

Please sign in to comment.