arm_vcpu 0.5.5

Aarch64 VCPU implementation for Arceos Hypervisor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Push Workflow
# References shared workflow from axci

name: Sync To Parent Repository

on:
  push:
    branches:
      - main
      - zcs
  workflow_dispatch:

jobs:
  sync-to-parent:
    uses: arceos-hypervisor/axci/.github/workflows/push.yml@main
    secrets: inherit