Skip to content

Commit

Permalink
Update build managed script to upload releases
Browse files Browse the repository at this point in the history
This shortens total release time pretty significantly, especially since
we only need to build the architecture in order to have the package
uploads, not specific devices.
  • Loading branch information
jkilpatr committed Mar 19, 2024
1 parent 9086aee commit c0081cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions scripts/build-managed-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ ansible-playbook -e @profiles/devices/netgear_ex6100v2.yml -e @profiles/manageme

#broadcom
ansible-playbook -e @profiles/devices/pi4-64.yml -e @profiles/management/hawk-managed.yml firmware-build.yml

rsync -ahz --delete build/bin/packages $SERVER:$HTTP_DIR/rc/

0 comments on commit c0081cd

Please sign in to comment.