Skip to content

Commit

Permalink
back to directory-specific scripts...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Sep 20, 2024
1 parent f85ee69 commit dc48684
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utilities/build/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ if ! command -v docker 2>/dev/null; then
exit 1
fi

pushd "$(dirname -- "$0")"

echo "updating pi-gen"; {
test -d pi-gen || git clone https://github.com/RPi-Distro/pi-gen
if [[ "$(uname -m)" == "arm64" ]]
Expand Down Expand Up @@ -34,5 +32,3 @@ echo "updating config"; {
echo "building"; {
bash pi-gen/build-docker.sh
}

popd

0 comments on commit dc48684

Please sign in to comment.