Skip to content

Commit

Permalink
move to latest radxa zero 3w image
Browse files Browse the repository at this point in the history
  • Loading branch information
luastoned authored Oct 3, 2024
1 parent 6a9d199 commit 8c4d886
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
system=radxa-zero3_ubuntu_jammy_cli_b6.img
wget -nv https://github.com/radxa-build/radxa-zero3/releases/download/b6/${system}.xz
tag=zero3w-v1.7.0
system=radxaZero3wrev2.img
wget -nv https://github.com/OpenIPC/sbc-groundstations/releases/download/${tag}/${system}.xz
unxz -T4 ${system}.xz
output=output
Expand All @@ -44,7 +45,7 @@ jobs:
chmod 755 build.sh
sudo cp -r build.sh CMakeLists.txt src $output/home
echo nameserver 8.8.8.8 | sudo tee -a $output/etc/resolv.conf
echo nameserver 1.1.1.1 | sudo tee -a $output/etc/resolv.conf
sudo chroot $output /home/build.sh
sudo cp $output/home/build/pixelpilot .
Expand Down

0 comments on commit 8c4d886

Please sign in to comment.