-
Notifications
You must be signed in to change notification settings - Fork 680
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
Support for arm32v7 arch #284
base: main
Are you sure you want to change the base?
Conversation
EXPOSE 80 | ||
|
||
COPY /src/BaGet/publish/arm . | ||
ENTRYPOINT ["dotnet", "BaGet.dll"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't build this Dockerfile without first installing all the development dependencies (like .NET SDK, NPM, etc..). The default Dockerfile manages all that for you so that you don't have to worry about it. Could you follow the model of the default dockerfile instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course I could follow the default model of docker, but if I did not have the sources I could not compile the dockerfile, just try to make a solution that runs on architecture of x86_64 (DevOps) and generate an image for arm32v7.
I already tried the model, but I did not succeed, and that is how I achieved it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm Sorry, this dockerfile is for the job that i added, and not for existed Docker Job
I think it would be great if BaGet supported ARM processors. I was hoping to run it on a Raspberry Pi. |
update
ci-official.yml
to build docker image that supports arm-archactual build https://dev.azure.com/ramosisw/BaGet/_build/results?buildId=135
actual docker images https://cloud.docker.com/repository/docker/ramosisw/baget