CI: build for M1 mac (#28)

* Add garnix.yaml

* enable M1 shell
This commit is contained in:
Sridhar Ratnakumar 2022-07-24 11:10:07 -04:00 committed by GitHub
parent 406e1bd85e
commit 6fc5f77e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
garnix.yaml Normal file
View file

@ -0,0 +1,7 @@
builds:
include:
- "packages.x86_64-linux.*"
- "packages.aarch64-darwin.*"
- "devShells.x86_64-linux.default"
- "devShells.aarch64-darwin.default"
exclude: []