Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
sudo: required

jobs:
- arch: amd64
- arch: arm64-graviton2
virt: lxd
group: edge
language: python
install: true

Expand All @@ -9,6 +14,7 @@ services:
script: true

after_success:
- if [ "${TRAVIS_CPU_ARCH}" == "arm64" ]; then TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG}_arm64; fi
- if [ "$TRAVIS_BRANCH" == "master" ]; then
docker build -t $TRAVIS_REPO_SLUG .;
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
Expand Down