Skip to content

Commit ee3d599

Browse files
committed
Update to tkey-builder:4
1 parent b2a5db0 commit ee3d599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ reload-rules:
4343
udevadm control --reload
4444
udevadm trigger
4545

46+
.PHONY: podman
4647
podman:
47-
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
48+
podman run --rm --mount type=bind,source=$(CURDIR),target=/src -w /src -it ghcr.io/tillitis/tkey-builder:4 make -j
4849

4950
.PHONY: check-signer-hash
5051
check-signer-hash:

0 commit comments

Comments
 (0)