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
docker run --rm ghcr.io/blockpane/tenderduty:latest -example-config >config.yml
# or just bash
docker run --rm -it --platform linux/amd64 ghcr.io/blockpane/tenderduty:latest bash
# Edit 1: The bash command was incorrect before, but after command was fixed it still got the same issue
Outputs
The warning is normal and can be ignored
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
The text was updated successfully, but these errors were encountered:
I'll have to look into how to build an arm linux image via github actions, if it's even possible. The m1 docker suite uses qemu and is arm. The published images are the same that the Dockerfile provides, so you should be able to just clone the repo and build the image and get native arm binaries. Much of my dev is on an m1, so I can confirm at least this works.
Env
`docker info`
Steps
Outputs
The warning is normal and can be ignored
The text was updated successfully, but these errors were encountered: