Avi Deitcher

Results 758 comments of Avi Deitcher

Correct. How did you find time to watch those videos @vmlemon :-)

Actually I'm going to change that. The explicit platforms invocation is independent of this PR. This PR sets the default for when you do _not_ explicitly set platforms. When you...

> The problem with looking at it as a safety net @deitch is that it is broken I don't understand why it is broken. It doesn't say, "I will prevent...

Nope. This is about what platforms I build for in my current command, not creating an index. Two distinct things.

I am seeing 2 failures in CI: * eve image build - this likely is related, and I will track it down * pillar unit test failure, see [here](https://github.com/lf-edge/eve/runs/7467679816?check_suite_focus=true#step:3:55) The...

Unit tests pass now, thanks @eriknordmark and @giggsoff

@giggsoff we need to discuss the `--platform` suggestion you made [above](https://github.com/lf-edge/eve/pull/2727#discussion_r927582104). Old linuxkit built packages in several stages. On each arch you did the following: 1. run `lkt pkg push`,...

@giggsoff wrote [here](https://github.com/lf-edge/eve/pull/2727#issuecomment-1192689824) about the "riscv" special case. I think that the second or third option above makes all of this go away.

> One problem here is that we build another image for riscv64 arch. It differ not only in arch, but also in content. I have no issues with that. _what_...