Skip to content

Commit

Permalink
Commit to the build envs in the manifest file (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson authored Feb 12, 2024
1 parent 4167dbb commit 02536da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG LOG_PUBLIC_KEY
ARG OS_PUBLIC_KEY1
ARG OS_PUBLIC_KEY2
ARG GIT_SEMVER_TAG
# Build environment variables. In addition to routing these through to the make
# command, they MUST also be committed to in the manifest.
ARG BEE
ARG CONSOLE

Expand Down
2 changes: 2 additions & 0 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ steps:
--firmware_file=output/armored-witness-boot.imx \
--firmware_type=BOOTLOADER \
--tamago_version=${_TAMAGO_VERSION} \
--build_env="BEE=${_BEE}" \
--build_env="CONSOLE=${_CONSOLE}" \
--raw \
--output_file=output/boot_manifest_unsigned.json
# Sign the log entry.
Expand Down

0 comments on commit 02536da

Please sign in to comment.