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.
The performance issues with the Forge Tunnel running on arm64 architecture is a known issue. We’re sorry that this is impacting your experience on the Forge Platform.
We currently have a public ticket tracking this issue: [FRGE-1109] - Ecosystem Jira
There is a workaround linked in the public ticket to mitigate the performance impact until the issue has been resolved.