Skip to content

Commit

Permalink
use 32bit image
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 1, 2024
1 parent 01b7d18 commit df7c1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rpi5_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: sudo modprobe binfmt_misc
- run: sudo update-binfmts --enable

- run: git clone https://github.com/RPi-Distro/pi-gen ; cd pi-gen ; git checkout "2023-12-05-raspios-bookworm-arm64"
- run: git clone https://github.com/RPi-Distro/pi-gen ; cd pi-gen ; git checkout "2023-12-05-raspios-bookworm"
- run: pwd; ls -al; id -a
# add ToxBlinkenwall custom build stuff ----------
- run: cd ./stage2 ; find . -name '*.sh' -exec chmod a+x {} \;
Expand Down
2 changes: 1 addition & 1 deletion vagrant_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rsync -avz ./stage2 ./data/
echo '#! /bin/bash
git clone https://github.com/RPi-Distro/pi-gen
cd pi-gen/
git checkout "2023-12-05-raspios-bookworm-arm64"
git checkout "2023-12-05-raspios-bookworm"
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit df7c1f9

Please sign in to comment.