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:
parent
4ad3f11f0b
commit
a6442e6674
@ -19,6 +19,7 @@ builds:
|
||||
- arm64
|
||||
- s390x
|
||||
- 386
|
||||
- mips64le
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
|
@ -11,6 +11,7 @@ jobs:
|
||||
- arch: arm64
|
||||
- arch: s390x
|
||||
- arch: ppc64le
|
||||
- arch: mips64le
|
||||
|
||||
script:
|
||||
# Make sure ko compiles for the right architecture.
|
||||
|
Loading…
x
Reference in New Issue
Block a user