Skip to content

Commit

Permalink
new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
techflashYT committed Jan 13, 2024
1 parent b6642c6 commit 769449e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ jobs:
- name: Package up the modules
run: ssh root@wii-linux.org 'docker run -v /srv/other/kernel/4.4:/code -t theotherone224/wii-linux-toolchain /bin/sh -c "apt update; apt install kmod -y; make modules_install; tar czf modules.tar.gz /lib/modules/4.4*"'

# - name: Deploy new kernel & modules
# run: ssh root@wii-linux.org 'cd /wii-linux-tools/build-stack;'
- name: Deploy modules
run: ssh root@wii-linux.org 'cd /wii-linux-tools/build-stack; ./deploy-modules_targz.sh'

- name: Build & Deploy new rootfs with modules
run: ssh root@wii-linux.org 'cd /wii-linux-tools/build-stack; ./build-rootfs.sh'

- name: Build new SD Files archive
run: ssh root@wii-linux.org 'cd /wii-linux-tools/build-stack; ./gen-sd-files.sh'


0 comments on commit 769449e

Please sign in to comment.