diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:03:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-04 00:03:39 +0200 |
| commit | 8826629b44564b3ec3ca57c71563e01f74dd7c78 (patch) | |
| tree | d8b5aeff172b81d95952ca4e12e4b1b9bf335605 /.github/workflows/ci.yml | |
| parent | 2de4321b014e8f95b7d7450f78048ffaa7a1a703 (diff) | |
Add proxmox testing and update testing vars
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b887e11..3c5f623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: - distro: ubuntu platform: "linux/amd64" runs_on: "ubuntu-latest" + - distro: proxmox + platform: "linux/amd64" + runs_on: "ubuntu-latest" - distro: raspberrypi platform: "linux/arm64/v8" runs_on: "ubuntu-24.04-arm" |
