Skip to content

Commit

Permalink
chore(ci): build some packages on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Feb 27, 2025
1 parent 5081883 commit 5d042e4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Build packages on darwin"
on:
pull_request:
push:
branches:
- 'master'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v30
- run: nix build -L .#nix2container-bin .#skopeo-nix2container

0 comments on commit 5d042e4

Please sign in to comment.