Skip to content

Commit

Permalink
fixup! Add Makefile providing container based build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ynezz committed Nov 30, 2024
1 parent 43f1463 commit cfd1316
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ build_firmware: ./outputs ./build_dir
$(run_in_container) \
bash -c " \
build_firmware.sh \
--build-dir /build_dir \
--output-dir /outputs \
$(foreach manifest,$(MANIFESTS),--manifest $(manifest)) \
"

0 comments on commit cfd1316

Please sign in to comment.