✅ Publish linux-arm64 app to DockerHub not working
I am trying to publish an asp.net api project directly to the DockerHub using VisualStudio with these publish Settings which you can see below.
My DockerFile:
using this Dockerfile, Docker says that the os is linux and the architexture is amd64 despite the publish settings in Visual Studio. So i cant run it on my Raspi.
I also tried using this base/build image:
then docker build throws following exception:
Yes my App is called WebApplication1 (just created it to test if i can publish it) :).
Hope you can help me. Thank you :)
1 Reply
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View