https://github.com/rgl/debian-macos-tart-image
This builds the Debian 12 (bookworm) macOS ARM64 tart VM image
https://github.com/rgl/debian-macos-tart-image
debian macos-arm64 tart
Last synced: 5 days ago
JSON representation
This builds the Debian 12 (bookworm) macOS ARM64 tart VM image
- Host: GitHub
- URL: https://github.com/rgl/debian-macos-tart-image
- Owner: rgl
- Created: 2023-06-16T17:31:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T17:33:48.000Z (about 3 years ago)
- Last Synced: 2024-12-31T11:05:59.106Z (over 1 year ago)
- Topics: debian, macos-arm64, tart
- Language: HCL
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
**WARNING This not yet working due to [#71](https://github.com/cirruslabs/packer-plugin-tart/issues/71).**
**WARNING This branch will be rebased once the above is working.**
This builds the Debian 12 (bookworm) macOS ARM64 [tart VM image](https://github.com/cirruslabs/tart).
# Usage
Install Packer.
Build the image:
```bash
make
```
Try the image:
```bash
tart clone debian-12 debian-12-test
tart run debian-12-test
tart delete debian-12-test
```