Skip to content

Commit

Permalink
ci: add m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz authored and Tibor Pilz committed Dec 19, 2023
1 parent bf18de1 commit 4b7468d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ jobs:
name: "Build Home"
command: "nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#homeConfigurations.tibor.activationPackage"

build_mac:
resource_class: macos.m1.medium.gen1
docker:
- image: nixos/nix
steps:
- checkout
- run:
name: "Build Home"
command: 'nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#homeConfigurations."tibor.pilz".activationPackage"'

workflows:
build-workflow:
jobs:
- build
- build_mac

0 comments on commit 4b7468d

Please sign in to comment.