Skip to content

Commit

Permalink
Add container shell for building
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Oct 10, 2023
1 parent 84b03d0 commit 88ae85d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ flash-dfu: jumpstarter.bin
clean:
rm -rf target jumpstarter.hex jumpstarter.bin *.cab rpmbuild

firmware-builder:
podman build -f Containerfile -t firmware-builder
podman run -ti --rm -v $(CURDIR)/../../:/workdir -w /workdir/firmware/application firmware-builder bash

0 comments on commit 88ae85d

Please sign in to comment.