mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

Clang 15 CI build uses ARM instead of x86_64 #179

Closed offa closed 1 year ago

offa commented 1 year ago

Clang 15 (and 16) images are Arm64 on Dockerhub now!?

WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested

Builds where fine a few days ago.

offa commented 1 year ago

I'm going to disable the Clang 15 build for now. Issue reported upstream.