Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PIBSAS authored Oct 1, 2024
1 parent b3bd435 commit 90666d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
chmod +x ${GITHUB_WORKSPACE}rpibsas_reaperarmhf.sh
chmod +x ${GITHUB_WORKSPACE}rpibsas_reaper_Buster_Bullseye_64bit.sh
chmod +x ${GITHUB_WORKSPACE}rpibsas_reaper_bookworm.sh
cd ${GITHUB_WORKSPACE}
pwd
ls
chmod +x /rpibsas_reaperarmhf.sh
chmod +x /rpibsas_reaper_Buster_Bullseye_64bit.sh
chmod +x /rpibsas_reaper_bookworm.sh
- name: Run Bookworm 32-bit Script
id: bookworm_32
Expand Down

0 comments on commit 90666d5

Please sign in to comment.