From f6be95eb4cf44e27e2a4738c7fb44c6a2cf657a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 27 Apr 2021 15:04:47 +0200 Subject: [PATCH] Use machine in name for machine build (#49761) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index f34b3a64677..32ea439b830 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -126,7 +126,7 @@ jobs: --generic ${{ needs.init.outputs.version }} build_machine: - name: Build ${{ matrix.arch }} machine core image + name: Build ${{ matrix.machine }} machine core image needs: ["init", "build_base"] runs-on: ubuntu-latest strategy: