Skip to content

Commit 96afea9

Browse files
committed
chore: Disable build and & deploy of solo/bolt images
Not sure if anyone is using them after all and they just slow down the build process. If you actually need those images, please build them yourself locally (which is anyway better as it ensures that you use the latest version of the software).
1 parent 9e66fc8 commit 96afea9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
- name: Build trifinger_robot.sif
4444
run: make trifinger_robot.sif
4545

46-
- name: Build solo_bolt_user.sif
47-
run: make solo_bolt_user.sif
46+
#- name: Build solo_bolt_user.sif
47+
# run: make solo_bolt_user.sif
4848

49-
- name: Build solo_bolt_robot.sif
50-
run: make solo_bolt_robot.sif
49+
#- name: Build solo_bolt_robot.sif
50+
# run: make solo_bolt_robot.sif
5151

5252
- name: Login and Deploy Container
5353
run: |
@@ -63,5 +63,5 @@ jobs:
6363
apptainer push trifinger_base.sif oras://ghcr.io/${GITHUB_REPOSITORY}/trifinger_base:${tag}
6464
apptainer push trifinger_user.sif oras://ghcr.io/${GITHUB_REPOSITORY}/trifinger_user:${tag}
6565
apptainer push trifinger_robot.sif oras://ghcr.io/${GITHUB_REPOSITORY}/trifinger_robot:${tag}
66-
apptainer push solo_bolt_user.sif oras://ghcr.io/${GITHUB_REPOSITORY}/solo_bolt_user:${tag}
67-
apptainer push solo_bolt_robot.sif oras://ghcr.io/${GITHUB_REPOSITORY}/solo_bolt_robot:${tag}
66+
#apptainer push solo_bolt_user.sif oras://ghcr.io/${GITHUB_REPOSITORY}/solo_bolt_user:${tag}
67+
#apptainer push solo_bolt_robot.sif oras://ghcr.io/${GITHUB_REPOSITORY}/solo_bolt_robot:${tag}

0 commit comments

Comments
 (0)