1
0
Fork 0

GitHub Actions: Do not generate ISO

master
dump_stack() 2020-01-22 00:59:46 +00:00
parent 01a0d206db
commit f8bfca0466
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 23 deletions

View File

@ -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