Skip to content

Commit

Permalink
Merge pull request #1250 from RafaelTaranto/build/remove-extra-archs
Browse files Browse the repository at this point in the history
LAM-1250 fix: build still needs board folder
  • Loading branch information
RafaelTaranto authored Nov 29, 2024
2 parents a8c899f + 90ea2e4 commit 5a685f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/codebase/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ setup_board_model() {
supervisor_export_dir="$EXPORT_DIR/supervisor/$board/$model"

# Create necessary directories
mkdir -p "$board_export_dir"
mkdir -p "$supervisor_export_dir"

# Copy supervisor configuration files for the board and model
Expand Down

0 comments on commit 5a685f7

Please sign in to comment.