Skip to content

Commit

Permalink
Split out trustedimage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gram-signal committed Apr 19, 2024
1 parent 06fda7b commit 00e6004
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 @@ -79,6 +79,8 @@ enclave_release: docker_enclave_releaser
-e "CHOWN_TO=$$(id -u):$$(id -g)" \
svr2_nsmeif:latest
docker build -f docker/Dockerfile -t svr2_nsmhost --target=nsmhost .

trustedimage:
$(MAKE) -C trustedimage

enclave_releaser: enclave host # depends on 'host' so its tests will run
Expand Down

0 comments on commit 00e6004

Please sign in to comment.