We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515a1a3 commit 5f59e9aCopy full SHA for 5f59e9a
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
12
env:
13
+ # WHEN BUMPING, UPDATE RUBIK IMAGE TO POINT TO VAR INSTEAD OF BEING HARDCODED
14
IMAGE_VERSION: v2026.1.3
15
16
jobs:
@@ -560,7 +561,8 @@ jobs:
560
561
artifact-name: LinuxArm64
562
image_suffix: rubikpi3
563
plat_override: LINUX_QCS6490
- image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_rubikpi3.tar.xz
564
+ # CHANGE BACK TO $IMAGE_VERSION AFTER BUMPING
565
+ image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/v2026.1.4/photonvision_rubikpi3.tar.xz
566
minimum_free_mb: 1024
567
root_location: 'offset=569376768'
568
shrink_image: 'no'
0 commit comments