# act configuration file
# This file configures how act runs GitHub Actions locally

# Use medium-sized containers for better compatibility
-P ubuntu-latest=catthehacker/ubuntu:act-latest
-P ubuntu-22.04=catthehacker/ubuntu:act-22.04
-P ubuntu-20.04=catthehacker/ubuntu:act-20.04

# Set default environment file (optional, for secrets)
--env-file .env

# Use host networking for better performance
--container-architecture linux/amd64

