Skip to content

ubuntu-jammy64

ubuntu-jammy64 #26

name: ubuntu-jammy64
on:
schedule:
- cron: '0 0 2 * *'
jobs:
build:
if: github.repository == 'puppylinux-woof-CE/woof-CE'
uses: ./.github/workflows/build.yml
with:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
arch: x86_64
compat-distro: ubuntu
compat-distro-version: jammy64
kernel: ubuntu-jammy
artifact: ${{ github.workflow }}-${{ github.run_number }}
retention: 30