Skip to content

Commit 7a315af

Browse files
committed
.github/workflows/prebuilt-24.05: init
1 parent 1b66687 commit 7a315af

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/prebuilt-24.05.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "prebuilt-24.05"
2+
3+
on:
4+
workflow_dispatch: # allows manual triggering
5+
schedule:
6+
- cron: '0 0 * * *' # runs daily at 00:00
7+
push:
8+
branches:
9+
- main
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: cachix/install-nix-action@v29
17+
- uses: cachix/cachix-action@v15
18+
with:
19+
name: microvm
20+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
21+
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-24.05

0 commit comments

Comments
 (0)