Skip to content

ci: move to self-hosted action runner #2

ci: move to self-hosted action runner

ci: move to self-hosted action runner #2

name: Vagrant install
on:
pull_request:
types: [opened, reopened, synchronize]
env:
LIBVIRT_DEFAULT_URI: "qemu:///system"
jobs:
main:
name: Build and deploy
runs-on:
- self-hosted
- Linux
- kvm
- vagrant
- equinix
steps:
- uses: actions/checkout@v3
# - name: Build Harvester artifacts
# run: |
# make
- name: Clone and checkout ipxe-examples
uses: actions/checkout@v3
with:
repository: harvester/ipxe-examples
ref: main
path: ipxe-example