Skip to content

Commit 5f59e9a

Browse files
authored
bump rubik image (#2424)
1 parent 515a1a3 commit 5f59e9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13+
# WHEN BUMPING, UPDATE RUBIK IMAGE TO POINT TO VAR INSTEAD OF BEING HARDCODED
1314
IMAGE_VERSION: v2026.1.3
1415

1516
jobs:
@@ -560,7 +561,8 @@ jobs:
560561
artifact-name: LinuxArm64
561562
image_suffix: rubikpi3
562563
plat_override: LINUX_QCS6490
563-
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
564566
minimum_free_mb: 1024
565567
root_location: 'offset=569376768'
566568
shrink_image: 'no'

0 commit comments

Comments
 (0)