Skip to content

Commit

Permalink
disable travis arm64 builds (ko-build#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Jul 26, 2021
1 parent 4d17e6e commit c014ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c014ec1

Please sign in to comment.