Ubuntu 20.04 Focal

This commit is contained in:
Jay Lee
2020-04-24 19:33:54 -04:00
parent a2b3975c12
commit ed832956ea

View File

@@ -40,6 +40,10 @@ cache:
jobs: jobs:
include: include:
- os: linux
name: "Linux 64-bit Focal"
dist: focal
language: shell
- os: linux - os: linux
name: "Linux 64-bit Bionic" name: "Linux 64-bit Bionic"
dist: bionic dist: bionic
@@ -48,6 +52,12 @@ jobs:
name: "Linux 64-bit Xenial" name: "Linux 64-bit Xenial"
dist: xenial dist: xenial
language: shell language: shell
- os: linux
dist: focal
arch: arm64
name: "Linux ARM64 Focal"
language: shell
filter_secrets: false
- os: linux - os: linux
dist: bionic dist: bionic
arch: arm64 arch: arm64