🔧 Configure .actrc

This commit is contained in:
Ben Chatelain 2024-02-17 22:00:40 -07:00
parent 666e505eb1
commit cf2d8d6e09
2 changed files with 8 additions and 0 deletions

6
.actrc Normal file
View file

@ -0,0 +1,6 @@
--action-offline-mode
--container-architecture linux/amd64
--platform macos-14=self-hosted
--pull=false
--reuse
--secret-file .secrets

2
.gitignore vendored
View file

@ -26,6 +26,7 @@
.envrc .envrc
.fseventsd .fseventsd
.rubygems/ .rubygems/
.secrets
.swiftpm/ .swiftpm/
Carthage/ Carthage/
DerivedData DerivedData
@ -33,6 +34,7 @@ Pods/
Temporary Items Temporary Items
bin/ bin/
build/ build/
gha/
default.profraw default.profraw
releases/ releases/
xcuserdata xcuserdata