chore: Disable cgroup isolation
Some checks failed
build-image / Build image (push) Failing after 6m41s
Some checks failed
build-image / Build image (push) Failing after 6m41s
This commit is contained in:
@ -54,19 +54,23 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
ubuntu-vm
|
ubuntu-vm
|
||||||
- name: Cache source iso
|
# - name: Cache source iso
|
||||||
id: cache-iso
|
# id: cache-iso
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ubuntu-vm/ubuntu.iso
|
# path: ubuntu-vm/ubuntu.iso
|
||||||
key: ubuntu-24.04.2-live-server-amd64
|
# key: ubuntu-24.04.2-live-server-amd64
|
||||||
|
|
||||||
- if: ${{ steps.cache-iso.outputs.cache-hit != 'true' }}
|
# - if: ${{ steps.cache-iso.outputs.cache-hit != 'true' }}
|
||||||
name: Download source Ubuntu iso
|
# name: Download source Ubuntu iso
|
||||||
continue-on-error: true
|
# continue-on-error: true
|
||||||
|
- name: Download source Ubuntu iso
|
||||||
run: |
|
run: |
|
||||||
curl -L -o ubuntu-vm/ubuntu.iso https://releases.ubuntu.com/24.04/ubuntu-24.04.2-live-server-amd64.iso
|
# curl -L -o ubuntu-vm/ubuntu.iso https://releases.ubuntu.com/24.04/ubuntu-24.04.2-live-server-amd64.iso
|
||||||
|
curl -L \
|
||||||
|
https://sn.itch.fyi/Repository/iso/Canonical/Ubuntu%20Server%2024.04/ubuntu-24.04.2-live-server-amd64.iso \
|
||||||
|
-o ubuntu-vm/ubuntu.iso \
|
||||||
|
-u ${{ secrets.REPO_USERNAME }}:${{ secrets.REPO_PASSWORD }}
|
||||||
- name: Generate seed ISO
|
- name: Generate seed ISO
|
||||||
run: |
|
run: |
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
@ -115,6 +119,7 @@ jobs:
|
|||||||
--graphics none \
|
--graphics none \
|
||||||
--network network=default \
|
--network network=default \
|
||||||
--noautoconsole \
|
--noautoconsole \
|
||||||
|
--security=none \
|
||||||
--wait -1
|
--wait -1
|
||||||
|
|
||||||
# semrel:
|
# semrel:
|
||||||
|
Reference in New Issue
Block a user