We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we not build from Windows/Ubuntu?
Getting the following error
1 warning found (use --debug to expand): - InvalidBaseImagePlatform: Base image arm64v8/debian:bullseye was pulled with platform "linux/arm64", expected "linux/amd64" for current build (line 1) Dockerfile:4 -------------------- 3 | # https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian#dependencies 4 | >>> RUN apt update \ 5 | >>> && apt install --no-install-recommends -y wget ca-certificates libc6 libicu67 git \ 6 | >>> && rm -rf /var/lib/apt/lists/* 7 | -------------------- ERROR: failed to solve: process "/bin/sh -c apt update && apt install --no-install-recommends -y wget ca-certificates libc6 libicu67 git && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can we not build from Windows/Ubuntu?
Getting the following error
The text was updated successfully, but these errors were encountered: