Skip to content

Commit

Permalink
Re-Added docker native builder to gpiod docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Feb 5, 2024
1 parent ae3d3b3 commit 7cb6f57
Showing 1 changed file with 1 addition and 1 deletion.
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 7cb6f57

Please sign in to comment.