Skip to content

Commit

Permalink
support goarch mips64le architecture. (ko-build#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
houfangdong authored Feb 19, 2021
1 parent 4ad3f11 commit a6442e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ builds:
- arm64
- s390x
- 386
- mips64le
archives:
- replacements:
darwin: Darwin
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- arch: arm64
- arch: s390x
- arch: ppc64le
- arch: mips64le

script:
# Make sure ko compiles for the right architecture.
Expand Down

0 comments on commit a6442e6

Please sign in to comment.