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
+3 -1
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