mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
CI: Add name attribute to build-docker
job
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user