nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
0 deletions
-
.github/workflows/release.yml
|
|
@ -5,6 +5,8 @@ jobs: |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- name: Install Dependencies |
|
|
|
run: sudo apt-get -y quilt qemu-user-static debootstrap bsdtar |
|
|
|
- name: Run Build script |
|
|
|
run: sudo ./build.sh |
|
|
|
- name: Release Image |
|
|
|