Skip to content

Commit a3375e5

Browse files
committed
CI: Add name attribute to build-docker job
1 parent 1d664c7 commit a3375e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@ jobs:
8888
include:
8989
- os: ubuntu-latest
9090
docker_compose_file: "docker-compose.yml"
91+
name: "AMD64"
9192
# GitHub doesn't have a ubuntu-latest-arm runner
9293
- os: ubuntu-24.04-arm
9394
docker_compose_file: "docker-compose-arm64.yml"
95+
name: "ARM64"
9496

97+
name: Test ${{ matrix.name }} Docker build
9598
runs-on: ${{ matrix.os }}
9699

97100
steps:

0 commit comments

Comments
 (0)