Skip to content

Commit

Permalink
ci: fix orin nano usb image name
Browse files Browse the repository at this point in the history
  • Loading branch information
pythops committed May 27, 2024
1 parent 5b01cb1 commit 1758de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
-b jetson-orin-nano \
-d USB \
-l 36
mv jetson.img "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img"
pigz "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img"
ls -lht "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T35_BSP}_USB.img.gz"
mv jetson.img "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T36_BSP}_USB.img"
pigz "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T36_BSP}_USB.img"
ls -lht "jetson-orin-nano_${{ matrix.ubuntu }}_${L4T36_BSP}_USB.img.gz"
- name: Build jetson image for jetson agx xavier SD
if: matrix.ubuntu == '22.04'
Expand Down

0 comments on commit 1758de5

Please sign in to comment.