Skip to content

Commit

Permalink
ci: generate binaries for clearfog-cx, honeycomb and lx2162 clearfog
Browse files Browse the repository at this point in the history
  • Loading branch information
Josua-SR committed Nov 1, 2024
1 parent 989a870 commit c61a32e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ jobs:
- name: Build
shell: bash {0}
run: |
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2400 TARGET=LX2160A_CEX7_CLEARFOG-CX_8_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2600 TARGET=LX2160A_CEX7_CLEARFOG-CX_8_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2900 TARGET=LX2160A_CEX7_CLEARFOG-CX_8_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2400 TARGET=LX2160A_CEX7_CLEARFOG-CX_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2600 TARGET=LX2160A_CEX7_CLEARFOG-CX_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2900 TARGET=LX2160A_CEX7_CLEARFOG-CX_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2400 TARGET=LX2160A_CEX7_HONEYCOMB_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2600 TARGET=LX2160A_CEX7_HONEYCOMB_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=700 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2900 TARGET=LX2160A_CEX7_HONEYCOMB_18_5_2 ./runme.sh
env SHALLOW=true BOOTSOURCE=auto BUS_SPEED=650 CPU_REVISION=2 CPU_SPEED=2000 DDR_SPEED=2900 TARGET=LX2162A_SOM_CLEARFOG_18_9_0 ./runme.sh
- name: Select artifacts for publishing
shell: bash -e {0}
Expand Down

0 comments on commit c61a32e

Please sign in to comment.