Skip to content

Commit 0703f72

Browse files
committed
ci: Update CI Runner
fix error "gnutls/gnutls.h: No such file or directory" by newest u-boot Signed-off-by: Zehui Chen <ivila@apache.org> Acked-by: Yuan Zhuang <yuanz@apache.org>
1 parent 217be94 commit 0703f72

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/workflows/reuse_test.yml
3434
with:
3535
runs-on: ubuntu-latest
36-
container: yuanz0/teaclave-trustzone-sdk:ubuntu-24.04
36+
container: ghcr.io/ivila/teaclave-trustzone-sdk-ci-runner:ubuntu-24.04
3737

3838
# Run test on ARM64 host
3939
test-on-arm64-host:

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
FROM ubuntu:24.04
1919
MAINTAINER Teaclave Contributors <dev@teaclave.apache.org>
20+
LABEL org.opencontainers.image.description "Github CI Runner"
2021
ENV DEBIAN_FRONTEND=noninteractive
2122

2223
# Install dependencies for building OP-TEE
@@ -76,4 +77,5 @@ RUN apt-get update && \
7677
libvdeplug-dev \
7778
libsdl2-dev \
7879
pip \
79-
ca-certificates
80+
ca-certificates \
81+
libgnutls28-dev

0 commit comments

Comments
 (0)