sec / dotnet-core-freebsd-source-build

Collection of script to build .NET Core under FreeBSD OS (with binary releases)
MIT License
53 stars 4 forks source link

FreeBSD 12 binary for .NET 7 #14

Closed nkosi23 closed 2 years ago

nkosi23 commented 2 years ago

Hello,

Thanks a lot for this work!! I have just seen that you have been able to publish dotnet7 binaries for FreeBSD 13, would you be able to do the same for FreeBSD 12 since it is supported through 2024

Best

Thefrank commented 2 years ago

Crossbuilds use FreeBSD 12 docker images.

Servarr team: https://github.com/Servarr/dotnet-bsd Mine: https://github.com/Thefrank/dotnet-freebsd-crossbuild/

sec commented 2 years ago

@Thefrank thanks for reply. @nkosi23 please use Frank's build (I did quick check under 12.3 and it works fine at first glance). If you want, you can compile it yourself:

btw. crossbuild from 12 seems to work fine under 13 also.

nkosi23 commented 2 years ago

@Thefrank @sec Thank you so much to both of you!