Use machine in name for machine build (#49761)

This commit is contained in:
Joakim Sørensen
2021-04-27 15:04:47 +02:00
committed by GitHub
parent ff57a5bd7d
commit f6be95eb4c

View File

@@ -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: