From 5d042e457bfd6039599b8ef7ebd448b876251459 Mon Sep 17 00:00:00 2001 From: Nick Novitski Date: Wed, 26 Feb 2025 11:02:09 -0800 Subject: [PATCH] chore(ci): build some packages on darwin --- .github/workflows/darwin.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/darwin.yml diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml new file mode 100644 index 0000000..57a365e --- /dev/null +++ b/.github/workflows/darwin.yml @@ -0,0 +1,13 @@ +name: "Build packages on darwin" +on: + pull_request: + push: + branches: + - 'master' +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4.2.2 + - uses: cachix/install-nix-action@v30 + - run: nix build -L .#nix2container-bin .#skopeo-nix2container