Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Aug 7, 2024
1 parent ab11a83 commit f4f90e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:

- name: Build Yocto image
run: |
useradd builder -s /bin/bash
su builder
whoami
id -u
id -g
docker run --rm \
-v ${{ github.workspace }}:/workdir \
-u $(id -u):$(id -g) \
yocto-build \
/bin/sh -c "cd /workdir && sh portenta-x8_build.sh"
/bin/bash -c "cd /workdir && bash portenta-x8_build.sh"

0 comments on commit f4f90e2

Please sign in to comment.