Skip to content

Commit

Permalink
Added author tag to gpiod classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Feb 5, 2024
1 parent 7cb6f57 commit 979736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ chmod +x build.sh
# FOR ARMv6,ARMv7, ARMv8 32-BIT (ARMHF)
# FOR ARMv8 64-BIT (ARM64)
# -------------------------------------------------------------
#docker pull pi4j/pi4j-builder-native:2.0
docker pull pi4j/pi4j-builder-native:2.0
docker run --user "$(id -u):$(id -g)" --rm --volume $(pwd):/build pi4j/pi4j-builder-native:2.0 $@
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ chmod +x build.sh
# FOR ARMv6,ARMv7, ARMv8 32-BIT (ARMHF)
# FOR ARMv8 64-BIT (ARM64)
# -------------------------------------------------------------
#docker pull pi4j/pi4j-builder-native:2.0
docker pull pi4j/pi4j-builder-native:2.0
docker run --user "$(id -u):$(id -g)" --rm --volume $(pwd):/build pi4j/pi4j-builder-native:2.0 $@

0 comments on commit 979736a

Please sign in to comment.