Skip to content

Add a utility to choose between Secure Boot loaders. #298

Add a utility to choose between Secure Boot loaders.

Add a utility to choose between Secure Boot loaders. #298

Workflow file for this run

{
"name": "pull-request",
"on": {
"push": { "branches": "main" },
"pull_request": { "branches": "main" },
},
"jobs": {
"linux": {
"runs-on": "ubuntu-latest",
"strategy": {
"fail-fast": false,
"matrix": {
"container": [
"f43", "f44", "f45", "centos9", "centos10",
],
},
},
"container": "vathpela/efi-ci:${{ matrix.container }}-x64",
"steps": [
{ "uses": "actions/checkout@v3" },
{ "run": "make all test" },
{ "run": "make abicheck" },
],
},
},
}