Reputation: 13109
From this guide it appears that it's not possible to build multi-architecture Docker images (i.e. docker buildx build
) using Bitbucket Pipelines:
Docker BuildKit restrictions
To protect the security of our users, the following Docker BuildKit features have been disabled in addition to the features listed in Running Docker commands:
multi-architecture builds
the --platform option (such as docker run --platform linux/arm/v7)
the Docker BuildKit Buildx plugin
Upvotes: 0
Views: 1646