Skip to content

Commit

Permalink
updated matrix variable handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 21, 2024
1 parent af41491 commit 4cd2654
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Run Build in Docker Container
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace \
-e SOC=${{ matrix.soc }} -e RELEASE=${{ matrix.release }} \
docker.io/pjakobs/sming:latest \
bash -c "git config --global --add safe.directory /workspace && source /opt/sming/Tools/export.sh && make SMING_SOC=$SOC SMING_RELEASE=$RELEASE"
bash -c "git config --global --add safe.directory /workspace && \
source /opt/sming/Tools/export.sh && \
make SMING_SOC=${{ matrix.soc }} SMING_RELEASE=${{ matrix.release }}"

0 comments on commit 4cd2654

Please sign in to comment.