oidc-server-mock
oidc-server-mock copied to clipboard
ARM64 image can't be started
Whenever the ARM64 image is started it fails with:
exec /usr/bin/dotnet: exec format error
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/