mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-29 17:36:26 -05:00
Add podman pull target for tkey-builder
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
709a4449ff
commit
9f7d137227
@ -2,6 +2,7 @@ all:
|
||||
@echo "Build targets: "
|
||||
@echo "build Build an image for building tools with Docker"
|
||||
@echo "run Run a shell using the above image with Docker"
|
||||
@echo "podman-pull Pull in the podman tkey builder"
|
||||
@echo "podman-build Build an image with podman"
|
||||
@echo "podman-run Run a shell using above image with podman"
|
||||
@echo "podman-run-make Run the above image with podman and build the FPGA bitstream"
|
||||
@ -12,6 +13,9 @@ build:
|
||||
run:
|
||||
docker run --rm --mount type=bind,source="`pwd`/../",target=/build -w /build -it tkey-builder /usr/bin/bash
|
||||
|
||||
podman-pull:
|
||||
podman pull ghcr.io/tillitis/tkey-builder:1
|
||||
|
||||
podman-build:
|
||||
podman build -t tkey-builder .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user