mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #2434] [CLOSED] feat: tart macOS vm's as job container #2441
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#2441
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/2434
Author: @ChristopherHX
Created: 8/24/2024
Status: ❌ Closed
Base:
master← Head:act-tart📝 Commits (10+)
ec7f288wip tart untested code0be92a8more testsb751b59fixese4d7c63fixes2941e25fixes6c9ee6blint fixes2b1fefefixes538618aremove samplee18951cremove offtopic changes5512718remove references to original code📊 Changes
10 files changed (+695 additions, -0 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
pkg/runner/run_context.go(+9 -0)➕
pkg/runner/run_context_darwin.go(+111 -0)➕
pkg/runner/run_context_other.go(+16 -0)📝
pkg/runner/runner_test.go(+27 -0)➕
pkg/tart/config_darwin.go(+9 -0)➕
pkg/tart/env_darwin.go(+18 -0)➕
pkg/tart/environment_darwin.go(+220 -0)➕
pkg/tart/vm_darwin.go(+282 -0)📄 Description
adds the tart:// protocol to platform mapping
e.g.
-P macos-14=tart://ghcr.io/cirruslabs/macos-sonoma-base:latestif you have a mac.I have written the code in a payed dedicated host machine that is now deallocated, expenses satisfied by sponsoring of my other act based project while I don't see anything here, as I don't own a mac.
add-pathis probably broken, but I ignore the fact as of now.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.