You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
From this guide it appears that it's not possible to build multi-architecture docker images (i.e. `docker buildx build`) using bitbucket pipelines? Surely not?
This is very simple over on GitHub, so if it's not possible on bitbucket then maybe it's time to migrate...
Hi @meteograms,
This is not possible for Pipelines builds that run in our own infrastructure. However, you can try using a Linux Docker runner:
Runners allow you to run builds in Pipelines on your own infrastructure, you can see the build log of each build on the Pipelines page of a repo, and you won’t be charged for the build minutes used by your self-hosted runners.
You can check some examples in the following comments from a feature request about this:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.