Skip to content

SpectraLogic/freebsd-cross-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freebsd-cross-build

This creates a container that can be used to build FreeBSD binaries natively on Linux

To build:

docker build -t <docker tag> .

Example:

docker build -t spectralogic/freebsd-cross-build:13.1 .

To run:

docker run --rm -it <tag>

About

(Cross) Compile FreeBSD binaries on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.1%
  • Dockerfile 15.9%