Skip to content

fix(zfs): address latestCompatibleLinuxPackages deprecation #11

fix(zfs): address latestCompatibleLinuxPackages deprecation

fix(zfs): address latestCompatibleLinuxPackages deprecation #11

Workflow file for this run

name: "Build machines"
on:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'TODO.md'
- 'LICENSE'
- '.gitignore'
jobs:
build:
strategy:
matrix:
machine: [ matebook, pc ]
uses: ./.github/workflows/reusable-base.yml
with:
machine: ${{ matrix.machine }}
update: false
secrets: inherit