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

Build from Windows/Ubuntu #1

Open
nirmalrajamohan opened this issue Jul 2, 2024 · 0 comments
Open

Build from Windows/Ubuntu #1

nirmalrajamohan opened this issue Jul 2, 2024 · 0 comments

Comments

@nirmalrajamohan
Copy link

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
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

No branches or pull requests

1 participant