feat: support local ARM64 VRT on macOS - #40
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apple Silicon developers can run VRT through actiond's local Linux ARM64 VM. Add
target_arch = "arm64", matching execution/input platforms, and pinned Chromium, Node, and Noble system packages. Existing callers default to x64; mixed runtime/platform architectures fail early.The macOS setup script builds the signed upstream worker and runs native/gallery capture, comparison, isolation, update protection, deadlines, and cancellation recovery. No additional actiond patches are needed. Fix reruns when the previous worker copy is read-only.
Add a macOS ARM64 GitHub Actions build smoke check for the runtime, signed worker, and capture/comparison inputs. GitHub-hosted Macs cannot run nested VMs, so full VM execution remains locally verified and requires a physical Mac runner for CI.
Validation: full VRT integration suite passed on Apple Silicon/macOS 26.6.2; 22 repository test targets passed with one Linux-only test skipped. The CI build-only command and actionlint passed locally. Earlier Linux validation passed all 23 targets, BCR smoke, and both runtime builds. ARM64/amd64 pixel equivalence remains unverified; isolated ordinary E2E/component tests still require amd64 launcher tools.