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:
parent
4d17e6e284
commit
c014ec1feb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user