chore: small refactoring to CI build matrix jobs (#48)
chore: small refactoring so the build matrix job names make a bit more sense
This commit is contained in:
parent
7a19c2dbe1
commit
ec1f755ae3
|
@ -27,18 +27,14 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
version:
|
version: [38, 39]
|
||||||
- 38
|
boot: [secureboot, insecure]
|
||||||
- 39
|
|
||||||
secure_boot:
|
|
||||||
- true
|
|
||||||
- false
|
|
||||||
include:
|
include:
|
||||||
- secure_boot: true
|
- boot: secureboot
|
||||||
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
|
||||||
ENROLLMENT_PASSWORD: 'ublue-os'
|
ENROLLMENT_PASSWORD: 'ublue-os'
|
||||||
SECURE_BOOT_STRING: '-secure'
|
SECURE_BOOT_STRING: '-secure'
|
||||||
- secure_boot: false
|
- boot: insecure
|
||||||
SECURE_BOOT_KEY_URL: ''
|
SECURE_BOOT_KEY_URL: ''
|
||||||
ENROLLMENT_PASSWORD: ''
|
ENROLLMENT_PASSWORD: ''
|
||||||
SECURE_BOOT_STRING: ''
|
SECURE_BOOT_STRING: ''
|
||||||
|
|
Loading…
Reference in New Issue