Skip to content

Commit

Permalink
Add a Garnix config to enable darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Mar 1, 2023
1 parent 7ea6a19 commit 545e93c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions garnix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
exclude: []
include:
- '*.aarch64-darwin.*'
- '*.aarch64-darwin'
- '*.x86_64-linux.*'
- '*.x86_64-linux'
- 'nixosConfigurations.*'

0 comments on commit 545e93c

Please sign in to comment.