From e11bfbcca7731eb5d233d8fe2005b987ec035ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 12 Sep 2022 17:17:05 +0200 Subject: [PATCH] Update build-test-image-docker.yml --- .github/workflows/build-test-image-docker.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-image-docker.yml b/.github/workflows/build-test-image-docker.yml index b40e0148..b4569189 100644 --- a/.github/workflows/build-test-image-docker.yml +++ b/.github/workflows/build-test-image-docker.yml @@ -42,10 +42,18 @@ jobs: board: [uefi-x86] target: ["debian:bullseye:10","debian:sid:12","ubuntu:focal:8","ubuntu:jammy:12"] - runs-on: qemu + runs-on: Linux name: "Test" steps: + - name: Checkout Armbian build script + uses: actions/checkout@v3 + with: + repository: armbian/build + path: build + fetch-depth: '100' + clean: false + - name: Read run: |