Skip to content

Add more jsk packages #23

Add more jsk packages

Add more jsk packages #23

Workflow file for this run

name: packages
on:
pull_request:
paths:
- '*.repos'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
DEB_DISTRO: [ jammy, noble ]
ARCH: [ x64, arm64 ]
uses: ./.github/workflows/packages.build.yaml
secrets: inherit
with:
DEB_DISTRO: ${{ matrix.DEB_DISTRO }}
ARCH: ${{ matrix.ARCH }}