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 .