Open turadg opened 7 months ago
What's the current situation in this? Any progress? How are we expected to build locally? cc @turadg @toliaqat
This hasn't been worked on so the current situation is as described.
So far nobody outside Agoric OpCo has needed to build a3p images. What's your need? That could lead to getting this prioritized.
This hasn't been worked on so the current situation is as described.
Thanks for the clarification.
What's your need? That could lead to getting this prioritized.
We wanted to know our proposal will work with other proposals and we will not break CI when we make our PR. Looking into the cli.ts
and docker-bake.hcl
again, I believe yarn test
might suffice for this.
Righto. If you omit platforms
from your proposal's package.json it won't try to to multi-arch.
Thanks! 🙏
Problem to be solved
The default build steps don't work locally.
When adding multiarch building, we adopted Depot remote builder. Because not everyone would be familiar with or have the tool installed, I made it not required. Instead it gives an error message about learning to use Depot:
But if someone wants to make a single arch build, that's a lot of extra effort.
Design
Make single platform the default and make multiarch opt-in. Make CI opt in.