netty / netty-incubator-transport-io_uring

Apache License 2.0
195 stars 39 forks source link

Explicit specify the platform for Docker files #258

Closed normanmaurer closed 1 week ago

normanmaurer commented 1 week ago

Motivation:

We should explicit specify the platform we use for docker to ensure our build produce the correct artifacts

Modifications:

Add --platform=linux/amd64 to docker files

Result:

Ensure build produces correct artifacts