Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 30, 2023
1 parent 0f3c6f3 commit 4e56e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fail-fast: false # Don't fail all if any of the jobs is failing
matrix:
TESTING: [release]
TARGET: [pi-bullseye, x86-jammy, rock5b, rock5a] # <-- Add targets here!
TARGET: [pi-bullseye, x86-lunar, rock5b, rock5a] # <-- Add targets here!
steps:
- name: debug
run: df -h
Expand Down
2 changes: 1 addition & 1 deletion stages/03-Preconfiguration/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cp motd /etc/motd
if [[ "${OS}" == "radxa-debian-rock5a" ]] || [[ "${OS}" == "radxa-debian-rock5b" ]] || [[ "${OS}" == "radxa-debian" ]]; then
mkdir -p /config/openhd
cp -r /boot/openhd/* /config/openhd
rm -Rf /boot/openhd/*
rm -Rf /boot/openhd
sudo ln -s /config/openhd/ /boot/openhd
touch /boot/openhd/rock5.txt
mkdir -p /boot/openhd/
Expand Down

0 comments on commit 4e56e96

Please sign in to comment.