Skip to content

cloud-hypervisor: respect microvm.vsock.cid instead of hardcoding #74

cloud-hypervisor: respect microvm.vsock.cid instead of hardcoding

cloud-hypervisor: respect microvm.vsock.cid instead of hardcoding #74

Workflow file for this run

name: "prebuilt-25.05"
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * *' # runs daily at 00:00
merge_group:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v16
if: github.ref == 'refs/heads/main'
with:
name: microvm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: cachix/cachix-action@v16
if: github.ref != 'refs/heads/main'
with:
name: microvm
- run: nix build -L .#prebuilt --override-input nixpkgs github:nixos/nixpkgs/release-25.05