mirror of https://github.com/kubernetes/kops.git
Reduce the number of build jobs for ARM64
This commit is contained in:
parent
f4f3ca2251
commit
03fe5fc8b2
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue