We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26c39c commit 4b9af40Copy full SHA for 4b9af40
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
ci:
14
runs-on: ubuntu-latest
15
container:
16
- image: ghcr.io/tillitis/tkey-builder:4
+ image: ghcr.io/tillitis/tkey-builder:5rc1
17
steps:
18
- name: checkout
19
uses: actions/checkout@v4
Makefile
@@ -33,7 +33,7 @@ LDFLAGS=-T app.lds -L libcommon/ -lcommon -L libcrt0/ -lcrt0
33
.PHONY: all
34
all: libcrt0.a libcommon.a libsyscall.a libmonocypher.a libblake2s.a
35
36
-IMAGE=ghcr.io/tillitis/tkey-builder:4
+IMAGE=ghcr.io/tillitis/tkey-builder:5rc1
37
38
podman:
39
podman run --rm --mount type=bind,source=$(CURDIR),target=/src \
0 commit comments