Skip to content

Commit 90da3ed

Browse files
alicodingclaude
andcommitted
fix: Add Apple M-series chip compatibility to act configuration
- Added --container-architecture linux/amd64 for M-series Macs - Ensures compatibility with GitHub Actions x86_64 environment - Eliminates architecture warnings during local testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 68205e1 commit 90da3ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.actrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Use larger runner image to match GitHub more closely
33
-P ubuntu-latest=catthehacker/ubuntu:act-latest
44

5+
# Apple M-series chip compatibility
6+
--container-architecture linux/amd64
7+
58
# Enable detailed output for debugging
69
--verbose
710

0 commit comments

Comments
 (0)