Skip to content

Commit

Permalink
Add script for bullseye build
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Jul 7, 2023
1 parent 9e7aa94 commit 156885b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ package:
image:
rm -rf build | true && \
docker build -t $(IMAGE_NAME):$(IMAGE_TAG) \
--target=cpp-sdk-builder \
--memory=16g \
--build-arg TAG=$(L4T_VERSION) \
-f ./etc/Dockerfile.jetson ./

pi-image:
docker build -t $(IMAGE_NAME)-pi:$(IMAGE_TAG) \
-f ./viam-cpp-sdk/etc/docker/Dockerfile.debian.bullseye ./

# Runs docker image with shell.
docker-module:
docker run \
Expand Down

0 comments on commit 156885b

Please sign in to comment.