Setup QEMU prior to building

This commit is contained in:
Johann Christensen 2022-03-13 08:53:08 +01:00
parent bed390e4a5
commit 77369df603
No known key found for this signature in database
GPG Key ID: A69C3DF2455331F6
2 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro --tag boostchicken:udmp-podman podman-update/build/
- name: Docker Extract

View File

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Build the Docker image
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro --tag boostchicken:udm-podman podman-update/build/
- name: Docker Extract