add builders, fix sleep
This commit is contained in:
7
Makefile
Normal file
7
Makefile
Normal 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 .
|
||||
Reference in New Issue
Block a user