add builders, fix sleep

This commit is contained in:
Michal Humpula
2026-03-01 07:28:56 +01:00
parent 940a86ff8c
commit 0cff05d623
5 changed files with 30 additions and 14 deletions

5
Dockerfile.arm Normal file
View File

@@ -0,0 +1,5 @@
FROM rust:1.93.1-bullseye
RUN rustup target add aarch64-unknown-linux-gnu \
&& apt update \
&& apt install -y gcc-aarch64-linux-gnu