Reduce the number of build jobs for ARM64

This commit is contained in:
Ciprian Hacman 2020-06-03 07:42:41 +03:00
parent f4f3ca2251
commit 03fe5fc8b2
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ jobs:
# Exclude GO 1.14 for OSX until it becomes the default because of limited availability # Exclude GO 1.14 for OSX until it becomes the default because of limited availability
exclude: exclude:
- os: osx - os: osx
go: 1.14.x go: 1.13.x
- os: linux
go: 1.13.x
arch: arm64
include: include:
- name: Verify - name: Verify