Tony Chia
Tony Chia
You can build and push multi-architecture images using these commands docker buildx create --use cd frontend docker buildx build --push --platform linux/amd64,linux/arm64 -t visualregressiontracker/ui:4.20.3 . cd backend docker buildx build...
Any progress on this?
Any update on this?
it works for me after adding this line to each profile credential_process = aws-sso-credential-process --profile sso-profile-name You can get aws-sso-credential-process from https://github.com/benkehoe/aws-sso-credential-process
any update on this?