netty / netty-incubator-codec-quic

Apache License 2.0
303 stars 72 forks source link

Explicit specify the platform for Docker files #756

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