Open OriginalEveres opened 6 months ago
@OriginalEveres I will need some help here because I am not a MacOS user
@OriginalEveres instead used docker hub image, you can compile your own docker image.
Just replace the env ENV GOARCH=amd64
to ENV GOARCH=arm64
on Dockerfile and build a new image with full compatible arm64 devices.
its worked for me.
while running the docker command
I've got
which could be fine, because it is only a warning, but I'm getting
playwright: target closed
along with job finished with error.I was able to run it by building it with go and running localy.