1
0
mirror of https://github.com/ko-build/ko.git synced 2025-03-17 20:47:51 +02:00

support goarch mips64le architecture. (#309)

This commit is contained in:
houfangdong 2021-02-20 01:22:26 +08:00 committed by GitHub
parent 4ad3f11f0b
commit a6442e6674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ builds:
- arm64
- s390x
- 386
- mips64le
archives:
- replacements:
darwin: Darwin

View File

@ -11,6 +11,7 @@ jobs:
- arch: arm64
- arch: s390x
- arch: ppc64le
- arch: mips64le
script:
# Make sure ko compiles for the right architecture.