Hi guys,
I set up the pipeline to do a deployment at personalized image with architecture arm64.
I follow these instructions for doing a pull in private docker hub repo
https://support.atlassian.com/bitbucket-cloud/docs/use-docker-images-as-build-environments/#Private-images-hosted-by-Docker-Hub
But the pipeline gives me this error:
rpc error: code = NotFound desc = failed to pull and unpack image
"username/ci-cd:latest": no match for platform in manifest: not found
If the error was because bitbucket don't support this architecture... one possible solution is to set up a job runner arm64, and do all the steps that we're doing at image at pipeline... install deps and more... ? Thanks,
BR,