Skip to content

Commit

Permalink
Add arm64 to Travis-CI build matrix.
Browse files Browse the repository at this point in the history
apt.postgresql.org will soon be providing packages for arm64 so it's important that we support it.

Testing on multiple architectures also helps expose potential issues in popular architectures. See 10a5182 for an example.
  • Loading branch information
dwsteele committed May 6, 2020
1 parent 6be5ea3 commit 12a5d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- env: PGB_CI=" doc --vm=co6"

# Performance tests and unit tests (with coverage) run without a container in a non-UTC timezone
- dist: bionic
- arch: arm64
dist: bionic
env:
- PGB_CI="test --vm=none --param=tz=America/New_York"
services:
Expand Down

0 comments on commit 12a5d8a

Please sign in to comment.