Move
Some checks failed
Check / formatting (push) Failing after 11s
Check / linting (push) Failing after 14s
Check / build (push) Failing after 1m26s

This commit is contained in:
2025-01-26 19:28:51 -08:00
parent af1ce3c723
commit 3d084b7543
13 changed files with 21 additions and 3 deletions

View File

@ -23,10 +23,10 @@ push: $(BUILD)/$(BIN_NAME)
$(BUILD)/$(BIN_NAME):
@mkdir -p $(BUILD)
docker run --rm \
-v $(PWD):/project \
-v $(PWD)/server:/project \
-v "/project/.cargo" \
-w "/project" \
ghcr.io/toltec-dev/rust:latest \
cargo build --release --target=armv7-unknown-linux-gnueabihf
cp "target/armv7-unknown-linux-gnueabihf/release/restream" "./build/$(BIN_NAME)"
cp "server/target/armv7-unknown-linux-gnueabihf/release/restream" "./build/$(BIN_NAME)"