Skip to content

Commit

Permalink
disable travis arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jul 26, 2021
1 parent 4d17e6e commit 7b36835
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 7b36835

Please sign in to comment.