Delete unused Dockerfile-cndp. Dockerfile already integrates CNDP #99
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: Apache-2.0 | |
| # Copyright 2022-Present Intel Corporation | |
| # Copyright 2025 Canonical Ltd. | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| build: | |
| uses: omec-project/.github/.github/workflows/bess-build-test.yml@main | |
| with: | |
| branch_name: ${{ github.ref }} |