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

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
build: image
podman run -it --rm -v $(PWD):/app -v $(PWD)/.cargo-cache:/usr/local/cargo/registry -w /app route-switcher-builder:latest cargo build --target aarch64-unknown-linux-gnu
image:
podman build -f Dockerfile.arm -t route-switcher-builder:latest .