locdev 0.1.3

⚠️ DEPRECATED: This crate has been renamed to 'hostie'. Please use 'hostie' instead.
# Act configuration for hostie project

# Use proper Ubuntu images with required tools

-P ubuntu-latest=catthehacker/ubuntu:act-latest
-P macos-latest=catthehacker/ubuntu:act-latest
-P windows-latest=catthehacker/ubuntu:act-latest

# Container architecture for Apple Silicon

--container-architecture linux/amd64

# Resource limits for performance

--container-options "--memory=4g"
--container-options "--cpus=2"

# Reduce verbosity for faster execution

# --verbose

# Bind workspace to container

--bind

# Use local cache directory

--artifact-server-path /tmp/act-artifacts

# Environment variables for testing

--env CARGO_TERM_COLOR=always