-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: specifying platforms in ko builder #7135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #7135 +/- ##
==========================================
- Coverage 70.48% 68.40% -2.08%
==========================================
Files 515 560 +45
Lines 23150 26239 +3089
==========================================
+ Hits 16317 17950 +1633
- Misses 5776 7054 +1278
- Partials 1057 1235 +178
Continue to review full report at Codecov.
|
Thanks for doing this @gsquared94. There's one regression: The Using |
3f645a2
to
1fc0b64
Compare
Thanks for the quick review @halvards . I've fixed the missing parsing logic for
|
LGTM. We'll have to update the ko builder documentation page before the next release, since it references the old config field. |
1fc0b64
to
25842bc
Compare
updated the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related: #6120
Description
The
ko
builder already supports building multi-platform and cross-platform images. This PR removes the propertyartifact.ko.platforms
from the config schema and usesartifact.platforms
which makes it conform with all the other builders.