mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05:00
image: pin aws uefivars version and install new deps (#1345)
This commit is contained in:
parent
c94d1db76d
commit
1624af0cc7
3
.github/workflows/build-os-image.yml
vendored
3
.github/workflows/build-os-image.yml
vendored
@ -397,7 +397,8 @@ jobs:
|
||||
sudo apt-get install -y \
|
||||
pigz \
|
||||
qemu-utils \
|
||||
python3-crc32c
|
||||
python3-pip
|
||||
pip install google_crc32c
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: Login to AWS
|
||||
|
@ -4,7 +4,8 @@ set -euo pipefail
|
||||
shopt -s inherit_errexit
|
||||
|
||||
TMPDIR=$(mktemp -d /tmp/uefivars-XXXXXXXXXXXXXX)
|
||||
git clone https://github.com/awslabs/python-uefivars "${TMPDIR}"
|
||||
git clone --branch v1.0.0 https://github.com/awslabs/python-uefivars "${TMPDIR}"
|
||||
cd "${TMPDIR}" && git reset 9679002a4392d8e7831d2dbda3fab41ccc5c6b8c --hard
|
||||
|
||||
"${TMPDIR}/uefivars.py" -i none -o aws -O "$1" -P "${PKI}"/PK.esl -K "${PKI}"/KEK.esl --db "${PKI}"/db.esl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user