mirror of https://github.com/lukechilds/umbrel.git
Luke Childs
4 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
name: Build Umbrel OS image |
|||
|
|||
on: push |
|||
|
|||
jobs: |
|||
build: |
|||
|
|||
runs-on: ubuntu-20.04 |
|||
|
|||
steps: |
|||
- name: Checkout project |
|||
uses: actions/checkout@v2 |
|||
|
|||
- name: Build image |
|||
run: ./os/build.sh |
|||
|
|||
- name: Uploading image |
|||
uses: actions/upload-artifact@v2 |
|||
with: |
|||
path: ./os/umbrel-os.img |
|||
name: ./os/umbrel-os.img |
Loading…
Reference in new issue