mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
Fix build.yml (#1153)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -308,8 +308,8 @@ jobs:
|
||||
optimize_image: yes
|
||||
cpu: ${{ matrix.cpu }}
|
||||
commands: |
|
||||
chmod +x scripts/arm_runner_installer.sh
|
||||
./scripts/arm_runner_installer.sh
|
||||
chmod +x scripts/armrunner.sh
|
||||
./scripts/armrunner.sh
|
||||
- name: Compress image
|
||||
run: |
|
||||
new_jar=$(realpath $(find . -name photonvision\*-linuxarm64.jar))
|
||||
|
||||
Reference in New Issue
Block a user