Skip to content

Split workflows

Split workflows #29

Workflow file for this run

name: Build Test
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Build Package
strategy:
fail-fast: false
matrix:
P4D_VERSION: ["22.2", "23.1", "23.2"]
DSM_VERSION: ["7.1", "7.2"]
include:
- SPK_PLATFORM: braswell
SPK_ARCH: x86_64
uses: ./.github/workflows/build-package.yml
with:
P4D_VERSION: ${{ matrix.P4D_VERSION }}
DSM_VERSION: ${{ matrix.DSM_VERSION }}
SPK_PLATFORM: ${{ matrix.SPK_PLATFORM }}
SPK_ARCH: ${{ matrix.SPK_ARCH }}