Skip to content

Commit

Permalink
.github/workflows: add prebuilt-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Nov 28, 2023
1 parent d5f7652 commit 89bb7a5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/prebuilt-23.11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "prebuilt-23.11"

on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * *' # runs daily at 00:00
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
with:
name: microvm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-23.11

0 comments on commit 89bb7a5

Please sign in to comment.