Skip to content

Commit

Permalink
ci: reenable debian again
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w authored Mar 29, 2024
1 parent 55a4ff1 commit 5fdbaf7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,22 @@ jobs:
sudo apt update
sudo apt install python3 parted qemu-user-static debootstrap binfmt-support
#- name: Build R64 Debian ${{ env.DISTRO }} Image
# run: |
# ./buildimg.sh bpi-r64 ${{ env.DISTRO }}
- name: Build R64 Debian ${{ env.DISTRO }} Image
run: |
./buildimg.sh bpi-r64 ${{ env.DISTRO }}
#- name: Build R2Pro Debian ${{ env.DISTRO }} Image
# run: |
# ./buildimg.sh bpi-r2pro ${{ env.DISTRO }}
- name: Build R2Pro Debian ${{ env.DISTRO }} Image
run: |
./buildimg.sh bpi-r2pro ${{ env.DISTRO }}
#- name: Build R3 Debian ${{ env.DISTRO }} Image
# run: |
# ./buildimg.sh bpi-r3 ${{ env.DISTRO }}
- name: Build R3 Debian ${{ env.DISTRO }} Image
run: |
./buildimg.sh bpi-r3 ${{ env.DISTRO }}
#- name: Build R4 Debian ${{ env.DISTRO }} Image
# run: |
# echo -e "skipkerneldownload=1\nkernelfile=${{ env.R4Kernel }}" > sourcefiles_bpi-r4.conf
# ./buildimg.sh bpi-r4 ${{ env.DISTRO }}
- name: Build R4 Debian ${{ env.DISTRO }} Image
run: |
echo -e "skipkerneldownload=1\nkernelfile=${{ env.R4Kernel }}" > sourcefiles_bpi-r4.conf
./buildimg.sh bpi-r4 ${{ env.DISTRO }}
- name: Build R3 Ubuntu ${{ env.UDISTRO }} Image
run: |
Expand Down

0 comments on commit 5fdbaf7

Please sign in to comment.