tart icon indicating copy to clipboard operation
tart copied to clipboard

macOS and Linux VMs on Apple Silicon to use in CI and other automations

Results 46 tart issues
Sort by recently updated
recently updated
newest added
trafficstars

["Resolving the VM's IP when using bridged networking"](https://tart.run/faq/#resolving-the-vms-ip-when-using-bridged-networking) sections in the Tart's FAQ recommends installing Samba when using `--net-bridged`: ```shell sudo apt-get install samba ``` However, when two e.g. Ubuntu...

see https://github.com/goreleaser/goreleaser/issues/5460 PS: this is not released yet, nightly builds from tonight should have it though. Also, there's probably files you can delete now, didn't want to mess too much...

Hello, I am trying to build a macos app from src on a tart VM running macOS sequoia, and in order to be able to, the provisioning profile needs to...

question
not possible atm

Hi folks! First of all, thanks for `Tart`! It's simply amazing ❤ . I'm trying to create a development environment for testing [Tinkerbell](https://tinkerbell.org/) with a PXE booted host. I've created...

`tart ip` requires the user to select the right resolver, which makes the command harder to use. It can be easier it tart ip will pick the right resolver for...

This project already uses `goreleaser`, which already supports signing and notarization macOS binaries. Wait for goreleaser/goreleaser#5465 and it will be supports entitlements file. After all we can remove the `gon`...