Add the .net 8.0 sdk to the build image.
Some checks failed
Build / build (push) Failing after 1m47s

This commit is contained in:
H. Utku Maden 2024-07-23 22:41:38 +03:00
parent 518969e2c9
commit 165fd4f7f3

@ -28,6 +28,7 @@ RUN echo docker_cross_compiler > /etc/hostname
cpio \
curl \
dotnet-sdk-6.0 \
dotnet-sdk-8.0 \
gcc-arm-linux-gnueabihf \
gcc-aarch64-linux-gnu \
gcc-i686-linux-gnu \