We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8df996 commit 8741bfeCopy full SHA for 8741bfe
.github/workflows/build-and-release.yml
@@ -15,6 +15,10 @@ jobs:
15
- name: Setup Dependencies
16
run: sudo apt-get update; sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
17
18
+ - name: checkout submoudles
19
+ run: |
20
+ git submodule init
21
+ git submodule update
22
- name: Build tarballs
23
run: |
24
sudo bash build.sh -s impish -v raw -a all
0 commit comments