All checks were successful
dustin/mqttmarionette/pipeline/head This commit looks good
For now, we're only building aarch64 binaries. The screens I intend to deploy this on are both Raspberry Pis, and I don't yet have a way to produce multi-arch container images to provide the build environment.
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/sh
|
|
|
|
cargo build --release
|
|
|
|
ln -sr target/release $(uname -m)
|