File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 wget https://thundercomm.s3.ap-northeast-1.amazonaws.com/uploads/web/rubik-pi-3/20250331/FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
2121 unzip FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
2222 rm -v FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001.zip
23- - uses : pguyot/arm-runner-action@HEAD
24- id : install_deps
25- with :
26- image_additional_mb : 1500
27- bind_mount_repository : true
28- base_image : file://FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001/ufs/system.img
29- commands : |
30- chmod +x ./install_rubik.sh
31- ./install_rubik.sh
32- chmod +x ./install_common.sh
33- ./install_common.sh
34- mkdir -p /opt/photonvision/
35- echo "${{ github.ref_name }};rubik3" > /opt/photonvision/image-version
23+ # - uses: pguyot/arm-runner-action@HEAD
24+ # id: install_deps
25+ # with:
26+ # image_additional_mb: 1500
27+ # bind_mount_repository: true
28+ # base_image: file://FlatBuild_RUBIKPi-3_xx.xx_Debian13.R.debug.ES.r000001/ufs/system.img
29+ # commands: |
30+ # chmod +x ./install_rubik.sh
31+ # ./install_rubik.sh
32+ # chmod +x ./install_common.sh
33+ # ./install_common.sh
34+ # mkdir -p /opt/photonvision/
35+ # echo "${{ github.ref_name }};rubik3" > /opt/photonvision/image-version
3636
3737 - name : Compress built image
3838 run : |
You can’t perform that action at this time.
0 commit comments