You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
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.
The text was updated successfully, but these errors were encountered:
OriginalEveres
changed the title
Apple M1 docker platform issue
Apple M1 docker platform issue (Multi-platform image is missing)
May 11, 2024
@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.
The text was updated successfully, but these errors were encountered: