Skip to content

Commit

Permalink
README: Use same image used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl authored and tintou committed Nov 21, 2022
1 parent 54e3e27 commit b6fd81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docker run --privileged -i -v /proc:/proc \
docker run --privileged -i -v /proc:/proc \
-v ${PWD}:/working_dir \
-w /working_dir \
debian:unstable \
ubuntu:20.04 \
./build-rpi.sh
```

Expand All @@ -58,7 +58,7 @@ docker run --privileged -i -v /proc:/proc \
docker run --privileged -i -v /proc:/proc \
-v ${PWD}:/working_dir \
-w /working_dir \
debian:unstable \
ubuntu:20.04 \
./build-pinebookpro.sh
```

Expand Down

0 comments on commit b6fd81a

Please sign in to comment.