oidc-server-mock icon indicating copy to clipboard operation
oidc-server-mock copied to clipboard

ARM64 image can't be started

Open AB-xdev opened this issue 1 year ago • 1 comments

Whenever the ARM64 image is started it fails with:

exec /usr/bin/dotnet: exec format error

AB-xdev avatar Oct 11 '24 12:10 AB-xdev

Error is likely inside https://github.com/Soluto/oidc-server-mock/blob/4abc2d616147c9ba24070aa4010ed7c086f69ceb/src/Dockerfile#L17

as -a $TARGETARCH is missing.

See also: https://devblogs.microsoft.com/dotnet/improving-multiplatform-container-support/

AB-xdev avatar Oct 11 '24 12:10 AB-xdev