You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
chore: default to only amd64 docker builds
- default agent/monorepo images are only for amd64
- this saves time, cost of each image build
- if required for local runs, devs can manually trigger the workflow and
say they want an arm64 build
- allowing manual runs also means that you don't need to have a PR open
just to trigger image builds anymore
### Drive-by changes
<!--
Are there any minor or drive-by changes also included?
-->
### Related issues
<!--
- Fixes #[issue number here]
-->
### Backward compatibility
<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?
Yes/No
-->
### Testing
<!--
What kind of testing have these changes undergone?
None/Manual/Unit Tests
-->
0 commit comments