Skip to content

Commit 4b9af40

Browse files
committed
build: Update tkey-builder version
1 parent d26c39c commit 4b9af40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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
ci:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: ghcr.io/tillitis/tkey-builder:4
16+
image: ghcr.io/tillitis/tkey-builder:5rc1
1717
steps:
1818
- name: checkout
1919
uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LDFLAGS=-T app.lds -L libcommon/ -lcommon -L libcrt0/ -lcrt0
3333
.PHONY: all
3434
all: libcrt0.a libcommon.a libsyscall.a libmonocypher.a libblake2s.a
3535

36-
IMAGE=ghcr.io/tillitis/tkey-builder:4
36+
IMAGE=ghcr.io/tillitis/tkey-builder:5rc1
3737

3838
podman:
3939
podman run --rm --mount type=bind,source=$(CURDIR),target=/src \

0 commit comments

Comments
 (0)