1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-07 19:30:23 +02:00
Matt Moore a56047a2a1
Filter out nil addendum before constructing index. (#546)
In the PR where we added concurrency we used a fixed length array to store
addendum to preserve the ordering from the base image when constructing the
final index.  However, with `--platform=...` this list may be filtered, which
gives us `nil` entries in our addendum.

This filters `nil` entries prior to constructing the index.

Fixes: https://github.com/google/ko/issues/544
2021-12-14 11:00:18 -08:00
..
2021-12-08 08:47:26 -05:00
2019-03-14 14:23:47 -04:00
2020-09-24 15:58:08 -07:00
2020-09-24 15:58:08 -07:00
2021-12-08 08:47:26 -05:00