Skip to content

Commit

Permalink
run docker to build pixie-firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Aug 26, 2024
1 parent 271221c commit 7ca64da
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
repository: yuetloo/pixie-firmware
path: pixie-firmware
ref: v0.0.1
- name: Verify user
run: echo $UID
- name: Build pixie-firmware using Docker
run: |
cd pixie-firmware
docker run --rm -v $PWD:/project -w /project -u $UID -e HOME=/tmp espressif/idf idf.py build
- name: Verify assets
run: ls ${{ github.workspace }}
- name: Verify user
run: echo ${{ github.triggering_actor }}
- name: Run docker command
run: docker ps -a

0 comments on commit 7ca64da

Please sign in to comment.