Yes. You can download the alpine 64 bit binary from here. For smooth functioning of BrowserStack Local you may have to install some dependencies.
For installing the dependencies. Run the following command inside your alpine container:
apk add --no-cache libstdc++ procps
You may choose to add the command in your Dockerfile. For sample Dockerfile you can visit the following repo