Skip to content

Setup Incus

Actions
setup Incus on GitHub Runner in Ubuntu
v1
Latest
By bdx0
Star (0)

action-incus

action-incus setup Incus Server in GitHub Actions

Usage

name: build

on:
  push:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: bdx0/action-incus@v1

      - name: Launch instance
        run: |
          lxc launch images:ubuntu/focal build-server

Inputs

References

Setup Incus is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

setup Incus on GitHub Runner in Ubuntu
v1
Latest
By bdx0

Setup Incus is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.