Skip to content

Commit

Permalink
Travis CI: Build in arm64 LXD containers for faster boot time
Browse files Browse the repository at this point in the history
Use ports.ubuntu.com since archive.ubuntu.com doesn't seem to have arm64
  • Loading branch information
xtaran committed Nov 1, 2020
1 parent 257b43e commit c3c9c65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: shell
dist: focal
# Implies "virt: lxd"
arch: arm64

addons:
apt:
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu devel main universe
- sourceline: deb http://ports.ubuntu.com/ubuntu-ports devel main universe
update: true
packages:
- autopkgtest
Expand Down

0 comments on commit c3c9c65

Please sign in to comment.