Skip to content

Commit

Permalink
Update to tkey-builder:4
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work committed Apr 16, 2024
1 parent b2a5db0 commit ee3d599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ reload-rules:
udevadm control --reload
udevadm trigger

.PHONY: podman
podman:
podman run --rm --mount type=bind,source=$(CURDIR),target=/src --mount type=bind,source=$(CURDIR)/../tkey-libs,target=/tkey-libs -w /src -it ghcr.io/tillitis/tkey-builder:2 make -j
podman run --rm --mount type=bind,source=$(CURDIR),target=/src -w /src -it ghcr.io/tillitis/tkey-builder:4 make -j

.PHONY: check-signer-hash
check-signer-hash:
Expand Down

0 comments on commit ee3d599

Please sign in to comment.