efikeygen: Account for the signature size in bundle_signature() #110
This file contains 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
{ | |
"name": "pull-request", | |
"on": { | |
"push": { "branches": "main" }, | |
"pull_request": { "branches": "main" }, | |
}, | |
"jobs": { | |
"linux": { | |
"runs-on": "ubuntu-latest", | |
"container": "vathpela/efi-ci:f36-x64", | |
"steps": [ | |
{ "uses": "actions/checkout@v2" }, | |
{ "run": "dnf -y --nogpgcheck install efivar-devel gcc" }, | |
{ "run": "dnf -y --nogpgcheck distro-sync" }, | |
{ "run": "make" }, | |
], | |
}, | |
}, | |
} |