File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - ' scripts/setup_*.sh'
1919 - ' src/holosoma_inference/docker/Dockerfile'
2020 - ' src/holosoma_retargeting/docker/Dockerfile'
21+ - ' docker/thor/Dockerfile'
2122
2223permissions :
2324 contents : read
5253 dockerfile : ' docker/mujoco.Dockerfile'
5354 runner_prefix : ' codebuild-holosoma-a10g-x1-gpu-build'
5455 # TODO: add mujoco warp
56+ # Thor (Jetson) images — aarch64 SBSA, built natively on an ARM runner.
57+ # Single Dockerfile, two targets; each pushes its own image.
58+ - environment : thor-inference
59+ dockerfile : ' docker/thor/Dockerfile'
60+ target : ' inference'
61+ runner_prefix : ' codebuild-holosoma-arm-build'
62+ - environment : thor-inference-ros
63+ dockerfile : ' docker/thor/Dockerfile'
64+ target : ' inference-ros'
65+ runner_prefix : ' codebuild-holosoma-arm-build'
5566 name : Build ${{ matrix.environment }} Docker Image
5667 continue-on-error : true
5768 runs-on : ${{ matrix.runner_prefix }}-${{ github.run_id }}-${{ github.run_attempt }}
8798 with :
8899 context : .
89100 file : " ${{ matrix.dockerfile }}"
101+ target : " ${{ matrix.target }}"
90102 push : true
91103 tags : " ${{ steps.tags.outputs.tags }}"
92104 cache-from : type=registry,ref=${{ steps.name.outputs.image_path }}:buildcache
You can’t perform that action at this time.
0 commit comments