ci: Begin CI Pipeline
All checks were successful
dustin/mqttmarionette/pipeline/head This commit looks good
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.
This commit is contained in:
5
ci/build.sh
Normal file
5
ci/build.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
cargo build --release
|
||||
|
||||
ln -sr target/release $(uname -m)
|
||||
Reference in New Issue
Block a user