Update Linux binaries to use arch names (#3093)
This commit is contained in:
co-authored by
GitHub
parent
e4e9a1559e
commit
6284f4ffe6
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user