1
0
mirror of https://github.com/ko-build/ko.git synced 2024-11-24 08:12:26 +02:00

disable travis arm64 builds (#395)

This commit is contained in:
Jason Hall 2021-07-26 11:52:09 -04:00 committed by GitHub
parent 4d17e6e284
commit c014ec1feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,9 @@ git:
jobs:
include:
- arch: amd64
- arch: arm64
# Travis arm64 builds hang indefinitely :(
# https://github.com/google/ko/issues/383
# - arch: arm64
- arch: s390x
- arch: ppc64le
- arch: mips64le