Hello,
I try to build an image for arm architecture, and it should be possible according to this blog. https://blog.hypriot.com/post/setup-simple-ci-pipeline-for-arm-images/
But they use travis whereas I would like to use BitBucket Pipelines.
And looks like that the following does not work because Pipelines does not support --privileged.
docker run --rm --privileged multiarch/qemu-user-static:register --reset
This is a bit sad because it means I have to migrate to travis and github in order to make a arm build for my raspberry