Skip to content

Commit e8f529a

Browse files
committed
Update tkey-builder to 5rc2
Update tkey-builder and parameterize image used in `podman` make target
1 parent c07be4a commit e8f529a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: ghcr.io/tillitis/tkey-builder:4
16+
image: ghcr.io/tillitis/tkey-builder:5rc2
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v4

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ else
88
BUILD_CGO_ENABLED ?= 0
99
endif
1010

11+
IMAGE=ghcr.io/tillitis/tkey-builder:5rc2
12+
1113
.PHONY: all
1214
all: tkey-ssh-agent
1315

@@ -45,7 +47,7 @@ reload-rules:
4547

4648
.PHONY: podman
4749
podman:
48-
podman run --rm --mount type=bind,source=$(CURDIR),target=/src -w /src -it ghcr.io/tillitis/tkey-builder:4 make -j
50+
podman run --rm --mount type=bind,source=$(CURDIR),target=/src -w /src -it $(IMAGE) make -j
4951

5052
.PHONY: check-signer-hash
5153
check-signer-hash:

0 commit comments

Comments
 (0)