From 6fc5f77e32600ef86c149dd13f02770973b8c333 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sun, 24 Jul 2022 11:10:07 -0400 Subject: [PATCH] CI: build for M1 mac (#28) * Add garnix.yaml * enable M1 shell --- garnix.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 garnix.yaml diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 0000000..936d2fe --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,7 @@ +builds: + include: + - "packages.x86_64-linux.*" + - "packages.aarch64-darwin.*" + - "devShells.x86_64-linux.default" + - "devShells.aarch64-darwin.default" + exclude: []