CI: Add name attribute to build-docker job

This commit is contained in:
Fijxu 2025-05-15 17:43:03 -04:00
parent 1d664c759f
commit a3375e512e
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -88,10 +88,13 @@ jobs:
include:
- os: ubuntu-latest
docker_compose_file: "docker-compose.yml"
name: "AMD64"
# GitHub doesn't have a ubuntu-latest-arm runner
- os: ubuntu-24.04-arm
docker_compose_file: "docker-compose-arm64.yml"
name: "ARM64"
name: Test ${{ matrix.name }} Docker build
runs-on: ${{ matrix.os }}
steps: