Build Docker forge-tunnel image for arm64

Hi folks

It would be great if Atlassian published an arm64 build for the forge-tunnel Docker image. People running on Apple Silicon / M1 / M2 computers would greatly appreciate this.

This is relatively easy now with docker buildx. For example:

docker buildx build --platform=linux/amd64,linux/arm64 .
4 Likes

Yes, thanks for posting. I kept thinking my performance shouldn’t be this slow.