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 769fa76 commit 59f6169Copy full SHA for 59f6169
.github/workflows/build.yml
@@ -31,13 +31,17 @@ jobs:
31
uses: actions/checkout@v4
32
- name: Install packaging dependencies
33
run: sudo apt install -y aria2 libarchive-tools
34
- - name: Run stuff
+ - name: Setup DwarFS
35
run: |
36
sudo cp appdwarf /bin
37
- cd apps
38
sudo wget https://github.com/mhx/dwarfs/releases/download/v0.9.6/dwarfs-universal-0.9.6-Linux-x86_64-clang -O /bin/mkdwarfs
39
sudo chmod +x /bin/mkdwarfs
40
- ./mk${{ matrix.app }} 21
+ - name: Build image
+ env:
41
+ GH_TOKEN: ${{ github.token }}
42
+ run: |
43
+ cd apps
44
+ ./mk${{ matrix.app }}
45
- name: Upload build artifact
46
uses: actions/upload-artifact@v4
47
with:
0 commit comments