-
Notifications
You must be signed in to change notification settings - Fork 6
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
make multi-arch opt-in #123
Comments
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. |
Thanks for the clarification.
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 |
Righto. If you omit agoric-3-proposals/packages/synthetic-chain/src/cli/build.ts Lines 7 to 16 in 7646a5c
|
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.
The text was updated successfully, but these errors were encountered: