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
fix: update Dockerfile and deployment workflow for amd64 compatibility
- Changed the Docker build platform in `deploy-web.yml` from linux/arm64 to linux/amd64 for consistent deployment.
- Specified the platform as linux/amd64 in all stages of `Dockerfile.lambda` to ensure compatibility with GitHub Actions runners and AWS Lambda.
0 commit comments