We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34df3e commit 91657acCopy full SHA for 91657ac
MAINTENANCE.md
@@ -9,7 +9,10 @@ git merge v<new upstream release>
9
git push origin main
10
cd ..
11
git clone [email protected]:Nerves-Project/nerves_system_br -b v<latest release>
12
-make system # this will take a while.
+./nerves_system_br/create-build.sh ./farmbot_system_rpi3/nerves_defconfig BUILD_RPI3
13
+cd BUILD_RPI3
14
+make system # this will take a while. dependencies may need to be installed/upgraded
15
+cd ..
16
# create github release.
17
# upload system artifact.
18
cd farmbot_system_rpi3
0 commit comments