mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
install qemu
This commit is contained in:
5
.github/workflows/startos-iso.yaml
vendored
5
.github/workflows/startos-iso.yaml
vendored
@@ -79,9 +79,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODEJS_VERSION }}
|
node-version: ${{ env.NODEJS_VERSION }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up docker QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
|
- name: Set up system QEMU
|
||||||
|
run: apt-get update && apt-get install -y qemu-user-static
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user