mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
GitHub Actions: Do not generate ISO
This commit is contained in:
parent
01a0d206db
commit
f8bfca0466
23
.github/workflows/ubuntu.yml
vendored
23
.github/workflows/ubuntu.yml
vendored
|
@ -31,26 +31,3 @@ jobs:
|
|||
run: |
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
make nix
|
||||
|
||||
live-iso:
|
||||
name: Live ISO
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Install Nix
|
||||
run: |
|
||||
curl https://nixos.org/nix/install | sh
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
nix-channel --update
|
||||
|
||||
- name: Generate Live ISO
|
||||
run: |
|
||||
. ~/.nix-profile/etc/profile.d/nix.sh
|
||||
make -C os live-iso
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: $Placeholder OS Live ISO
|
||||
path: os/appvm.iso
|
||||
|
|
Loading…
Reference in a new issue