Mozilla has recently started building geckodriver for ARM64. Currently, images are built using custom geckodriver binaries from https://github.com/jamesmortensen/geckodriver-arm-binaries. Since we now have official ARM64 support, we should modify NodeFirefox/Dockerfile.multi-arch to download the official one instead.
Feature and motivation
Mozilla has recently started building geckodriver for ARM64. Currently, images are built using custom geckodriver binaries from https://github.com/jamesmortensen/geckodriver-arm-binaries. Since we now have official ARM64 support, we should modify NodeFirefox/Dockerfile.multi-arch to download the official one instead.
Official geckodriver releases can be found here: https://github.com/mozilla/geckodriver/releases
Mozilla doesn't support armv7l (Raspberry Pi and Mobile users), so we'd continue to use the binaries built there.
Usage example
This takes advantage of officially built geckodriver instead of unofficial ones. Support will be better from Mozilla.