aws-samples / aws-samples/sample-sonic-cdk-agent
Docker build fails on amd64 architecture due to hardcoded 'linux/arm64' platform
Open
- Dominant language
- Python
- Stars
- 65
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
When deploying this sample on a standard amd64 environment (like GitHub Codespaces), the deployment script forces a docker build for the 'linux/arm64' platform, causing an 'exec format error'. The platform should match the host architecture or be configurable.
Contributor guide
Assessment
This issue has not been assessed yet.