mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
build #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alicera on GitHub (Jul 15, 2021).
If I have a project and it can build on linux and mac.
How can I manage and build it on the different platform conveniently ?
@sickcodes commented on GitHub (Jul 28, 2021):
This project doesn't run on macOS at the moment.
@alicera commented on GitHub (Jul 29, 2021):
I know the mac is based on linux
@bobrossrtx commented on GitHub (Aug 7, 2021):
It definitely not, MacOS is just similar to Linux due to the fact that they are both Unix-like. but they are definitely not the same. All linux distributions use the Linux kernel, and all OSX/MacOS versions use the Darwin kernel, and not the Linux one. Just spreading some insight :p