Skip to content

Commit

Permalink
Use right username/group
Browse files Browse the repository at this point in the history
  • Loading branch information
woodcoder authored Feb 2, 2024
1 parent 14357c6 commit 79a782a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
run: docker build -t bristol-braille/bookindex:latest .
- name: Build library
run: |
docker run -t -e "HOME=/work" -w /work -v "$PWD:/work" bristol-braille/bookindex:latest
ls -l .
ls -l target/arm-unknown-linux-gnueabihf/release/
docker run -t -u "$(id -u):$(id -g)" -e "HOME=/work" -w /work -v "$PWD:/work" bristol-braille/bookindex:latest
mv target/arm-unknown-linux-gnueabihf/release/libbookindex.so .
- name: Make tarball
run: tar czvf canute-ui.tar.gz README.md LICENSE requirements-pi.txt canute_ui ui libbookindex.so config.rc.in run.sh books
Expand Down

0 comments on commit 79a782a

Please sign in to comment.