Skip to content

Commit

Permalink
ci: move to self-hosted action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bk201 committed Dec 28, 2023
1 parent 87c2b5c commit ff1595c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/vagrant-install.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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

0 comments on commit ff1595c

Please sign in to comment.