forked from images/live-iso-gnome
attempt 2 at making rootfs from docker
This commit is contained in:
parent
f785a4a403
commit
b8a51054b5
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
||||
2
|
||||
3
|
||||
|
5
.github/workflows/push-iso.yml
vendored
5
.github/workflows/push-iso.yml
vendored
@ -29,12 +29,9 @@ jobs:
|
||||
name: id_rsa
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Update APT Cache
|
||||
run: apt-get update -y
|
||||
|
||||
- name: Get ISO Build Dependencies
|
||||
run: ./generate_roofs_from_docker.sh
|
||||
run: ./get_iso_build_dep.sh
|
||||
|
||||
- name: Generate Image ROOTFS from PikaOS Docker image
|
||||
run: ./generate_roofs_from_docker.sh
|
||||
|
Loading…
Reference in New Issue
Block a user