ci: Begin CI Pipeline
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:
2023-01-10 21:16:20 -06:00
parent 4156a10685
commit e53c147dfa
2 changed files with 64 additions and 0 deletions

5
ci/build.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
cargo build --release
ln -sr target/release $(uname -m)