ivila commented on code in PR #179: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/179#discussion_r2046319991
########## .github/workflows/ci.yml: ########## @@ -211,6 +211,28 @@ jobs: make -j3 toolchains && make -j`nproc` RUST_ENABLE=y COMPILE_S_USER=32 check + systest: + runs-on: ubuntu-24.04-arm + container: ghcr.io/ivila/teaclave-trustzone-sdk-ci-runner:ubuntu-24.04 Review Comment: > Seems you're using a new image, does our Dockerfile need to change? No, it uses the same Dockerfile, but this one is built for `linux/arm64`. It seems that `yuanz0/teaclave-trustzone-sdk:ubuntu-24.04` only built for platform `linux/amd64`.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org