Skip to content

void-voidpup

void-voidpup #42

Workflow file for this run

name: void-voidpup
on:
schedule:
- cron: '0 0 2,16 * *'
jobs:
build:
strategy:
matrix:
include:
- arch: x86_64
compat-distro-version: voidpup64
kernel: 6.6.x
- arch: x86
compat-distro-version: voidpup32
kernel: 6.1.x
if: github.repository == 'puppylinux-woof-CE/woof-CE'
uses: ./.github/workflows/build.yml
with:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
arch: ${{ matrix.arch }}
compat-distro: void
compat-distro-version: ${{ matrix.compat-distro-version }}
kernel: ${{ matrix.kernel }}
artifact: void-${{ matrix.compat-distro-version }}-${{ github.run_number }}
retention: 16