Skip to content

One-step image build using key4hep-externals as base #110

One-step image build using key4hep-externals as base

One-step image build using key4hep-externals as base #110

Workflow file for this run

name: concretize-ubuntu
on: [pull_request]
jobs:
concretize:
strategy:
fail-fast: false
matrix:
target: [common, release, release-debug]
uses: ./.github/workflows/concretize-template.yaml
with:
target: ${{ matrix.target }}