Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64 image can't be started #162

Closed
AB-xdev opened this issue Oct 11, 2024 · 1 comment · Fixed by #163
Closed

ARM64 image can't be started #162

AB-xdev opened this issue Oct 11, 2024 · 1 comment · Fixed by #163

Comments

@AB-xdev
Copy link
Contributor

AB-xdev commented Oct 11, 2024

Whenever the ARM64 image is started it fails with:

exec /usr/bin/dotnet: exec format error
@AB-xdev
Copy link
Contributor Author

AB-xdev commented Oct 11, 2024

Error is likely inside

RUN dotnet publish -c $target -o obj/docker/publish

as -a $TARGETARCH is missing.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant