Update Linux binaries to use arch names (#3093)

This commit is contained in:
Jonathan Bennett
2024-01-13 19:11:59 -06:00
committed by GitHub
parent e4e9a1559e
commit 6284f4ffe6
6 changed files with 7 additions and 7 deletions

View File

@@ -15,6 +15,6 @@ rm -r $OUTDIR/* || true
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
platformio pkg update
pio run --environment native
cp .pio/build/native/program $OUTDIR/meshtasticd_linux
cp .pio/build/native/program "$OUTDIR/meshtasticd_linux_$(arch)"
cp bin/device-install.* $OUTDIR
cp bin/device-update.* $OUTDIR